diff options
author | Tony Lindgren <tony@atomide.com> | 2016-02-26 09:35:05 -0800 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-03-01 16:21:25 -0800 |
commit | 21330497f303c55fd6a34d511a98eb0a31aa1bd7 (patch) | |
tree | 6b12b6f0968e8fe6cc62506c24a397443a720026 /drivers/clk/ti/Makefile | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | blackbird-obmc-linux-21330497f303c55fd6a34d511a98eb0a31aa1bd7.tar.gz blackbird-obmc-linux-21330497f303c55fd6a34d511a98eb0a31aa1bd7.zip |
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>
Diffstat (limited to 'drivers/clk/ti/Makefile')
-rw-r--r-- | drivers/clk/ti/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile index d4ac96087ccd..dfe91d721bb1 100644 --- a/drivers/clk/ti/Makefile +++ b/drivers/clk/ti/Makefile @@ -18,3 +18,5 @@ obj-$(CONFIG_SOC_AM43XX) += $(clk-common) dpll3xxx.o clk-43xx.o ifdef CONFIG_ATAGS obj-$(CONFIG_ARCH_OMAP3) += clk-3xxx-legacy.o endif + +obj-$(CONFIG_COMMON_CLK_TI_ADPLL) += adpll.o |