summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren2016-02-26 18:35:05 +0100
committerMichael Turquette2016-03-02 01:21:25 +0100
commit21330497f303c55fd6a34d511a98eb0a31aa1bd7 (patch)
tree6b12b6f0968e8fe6cc62506c24a397443a720026 /drivers/clk/Kconfig
parentLinux 4.5-rc1 (diff)
downloadkernel-qcow2-linux-21330497f303c55fd6a34d511a98eb0a31aa1bd7.tar.gz
kernel-qcow2-linux-21330497f303c55fd6a34d511a98eb0a31aa1bd7.tar.xz
kernel-qcow2-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/Kconfig')
-rw-r--r--drivers/clk/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index eca8e019e005..5bf16ccc010b 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -203,6 +203,7 @@ config COMMON_CLK_CDCE706
source "drivers/clk/bcm/Kconfig"
source "drivers/clk/hisilicon/Kconfig"
source "drivers/clk/qcom/Kconfig"
+source "drivers/clk/ti/Kconfig"
endmenu