aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/bcm/Kconfig
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-04-21 16:26:26 -0500
committerMike Turquette <mturquette@linaro.org>2014-04-30 11:51:44 -0700
commit7d3723ba8c19a9d23a240f8e99010193e5623b06 (patch)
treed33fcac0e7f3c6821e3f8ce829585c844e2f1f08 /drivers/clk/bcm/Kconfig
parentARM: dts: define clock binding for bcm21664 (diff)
downloadwireguard-linux-7d3723ba8c19a9d23a240f8e99010193e5623b06.tar.xz
wireguard-linux-7d3723ba8c19a9d23a240f8e99010193e5623b06.zip
clk: bcm21664: use common clock framework
Define the set of CCUs and provided clocks sufficient to satisfy the needs of all the existing clock references for BCM21664. Replace the "fake" fixed-rate clocks used previously with "real" ones. Note that only the minimal set of these clocks and CCUs is defined here. More clock definitions will need to be added as required by the addition of additional drivers. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/bcm/Kconfig')
-rw-r--r--drivers/clk/bcm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
index a7262fb8ce55..75506e53075b 100644
--- a/drivers/clk/bcm/Kconfig
+++ b/drivers/clk/bcm/Kconfig
@@ -6,4 +6,4 @@ config CLK_BCM_KONA
help
Enable common clock framework support for Broadcom SoCs
using "Kona" style clock control units, including those
- in the BCM281xx family.
+ in the BCM281xx and BCM21664 families.