summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-05-11 03:08:03 +0200
committerJason Cooper <jason@lakedaemon.net>2013-05-29 19:20:30 +0000
commit5d8401668ece2cf0c256ec8e553e929ace2941f3 (patch)
tree531ae7a242d253c5cab74ac3a40735165e7d0b7d /drivers/clk/mvebu/Makefile
parenta45184099affdd5d14fc357376d388ae069ec79a (diff)
downloadlinux-stable-5d8401668ece2cf0c256ec8e553e929ace2941f3.tar.gz
linux-stable-5d8401668ece2cf0c256ec8e553e929ace2941f3.tar.bz2
linux-stable-5d8401668ece2cf0c256ec8e553e929ace2941f3.zip
clk: mvebu: add Dove SoC-centric clock init
This is moving core clock and clock gating init for Dove to its own file and adds a Kconfig option. Also init functions are added and declared so they get called on of_clk_init. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Mike Turquette <mturquette@linaro.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/clk/mvebu/Makefile')
-rw-r--r--drivers/clk/mvebu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Makefile b/drivers/clk/mvebu/Makefile
index 21432303bb3e..bfc307864ad2 100644
--- a/drivers/clk/mvebu/Makefile
+++ b/drivers/clk/mvebu/Makefile
@@ -2,3 +2,5 @@ obj-$(CONFIG_MVEBU_CLK_COMMON) += common.o
obj-$(CONFIG_MVEBU_CLK_CORE) += clk.o clk-core.o
obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o
obj-$(CONFIG_MVEBU_CLK_GATING) += clk-gating-ctrl.o
+
+obj-$(CONFIG_DOVE_CLK) += dove.o