]> Git Repo - linux.git/commit
clk: ti: Add support for dm814x ADPLL
authorTony Lindgren <[email protected]>
Fri, 26 Feb 2016 17:35:05 +0000 (09:35 -0800)
committerMichael Turquette <[email protected]>
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 <[email protected]>
Acked-by: Tero Kristo <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Signed-off-by: Michael Turquette <[email protected]>
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
This page took 0.074173 seconds and 4 git commands to generate.