summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2016-02-26 09:35:05 -0800
committerMichael Turquette <mturquette@baylibre.com>2016-03-01 16:21:25 -0800
commit21330497f303c55fd6a34d511a98eb0a31aa1bd7 (patch)
tree6b12b6f0968e8fe6cc62506c24a397443a720026 /drivers/clk/ti/Kconfig
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
downloadblackbird-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/Kconfig')
-rw-r--r--drivers/clk/ti/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/ti/Kconfig b/drivers/clk/ti/Kconfig
new file mode 100644
index 000000000000..271341787e67
--- /dev/null
+++ b/drivers/clk/ti/Kconfig
@@ -0,0 +1,6 @@
+config COMMON_CLK_TI_ADPLL
+ tristate "Clock driver for dm814x ADPLL"
+ depends on ARCH_OMAP2PLUS || COMPILE_TEST
+ default y if SOC_TI81XX
+ ---help---
+ ADPLL clock driver for the dm814x SoC using common clock framework.
OpenPOWER on IntegriCloud