summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm/Makefile
diff options
context:
space:
mode:
authorAlex Elder2014-04-21 23:26:26 +0200
committerMike Turquette2014-04-30 20:51:44 +0200
commit7d3723ba8c19a9d23a240f8e99010193e5623b06 (patch)
treed33fcac0e7f3c6821e3f8ce829585c844e2f1f08 /drivers/clk/bcm/Makefile
parentARM: dts: define clock binding for bcm21664 (diff)
downloadkernel-qcow2-linux-7d3723ba8c19a9d23a240f8e99010193e5623b06.tar.gz
kernel-qcow2-linux-7d3723ba8c19a9d23a240f8e99010193e5623b06.tar.xz
kernel-qcow2-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/Makefile')
-rw-r--r--drivers/clk/bcm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/bcm/Makefile b/drivers/clk/bcm/Makefile
index cf93359aa862..6297d05a9a10 100644
--- a/drivers/clk/bcm/Makefile
+++ b/drivers/clk/bcm/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_CLK_BCM_KONA) += clk-kona.o
obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
+obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o