From e89406c957459a9791b953d93fcbbc43012470bc Mon Sep 17 00:00:00 2001 From: Sebastian Hesselbarth Date: Sat, 11 May 2013 03:08:04 +0200 Subject: clk: mvebu: add Kirkwood SoC-centric clock init This is moving core clock and clock gating init for Kirkwood 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 Tested-by: Thomas Petazzoni Acked-by: Mike Turquette Signed-off-by: Jason Cooper --- drivers/clk/mvebu/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/mvebu/Makefile') diff --git a/drivers/clk/mvebu/Makefile b/drivers/clk/mvebu/Makefile index bfc307864ad2..97d1ab02f014 100644 --- a/drivers/clk/mvebu/Makefile +++ b/drivers/clk/mvebu/Makefile @@ -4,3 +4,4 @@ obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o obj-$(CONFIG_MVEBU_CLK_GATING) += clk-gating-ctrl.o obj-$(CONFIG_DOVE_CLK) += dove.o +obj-$(CONFIG_KIRKWOOD_CLK) += kirkwood.o -- cgit v1.2.3