OSDN Git Service

clk: ti: Add support for dm814x ADPLL
authorTony Lindgren <tony@atomide.com>
Fri, 26 Feb 2016 17:35:05 +0000 (09:35 -0800)
committerMichael Turquette <mturquette@baylibre.com>
Wed, 2 Mar 2016 00:21:25 +0000 (16:21 -0800)
commit21330497f303c55fd6a34d511a98eb0a31aa1bd7
tree6b12b6f0968e8fe6cc62506c24a397443a720026
parent92e963f50fc74041b5e9e744c330dca48e04f08d
clk: ti: Add support for dm814x ADPLL

On dm814x we have 13 ADPLLs with 3 to 4 outputs on each. The
ADPLLs have several dividers and muxes controlled by a shared
control register for each PLL.

Note that for the clocks to work as device drivers for booting on
dm814x, this patch depends on "ARM: OMAP2+: Change core_initcall
levels to postcore_initcall" that has already been merged.

Also note that this patch does not implement clk_set_rate for the
PLL, that will be posted later on when available.

Cc: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Documentation/devicetree/bindings/clock/ti/adpll.txt [new file with mode: 0644]
drivers/clk/Kconfig
drivers/clk/ti/Kconfig [new file with mode: 0644]
drivers/clk/ti/Makefile
drivers/clk/ti/adpll.c [new file with mode: 0644]
drivers/clk/ti/clk-814x.c