From 6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0 Mon Sep 17 00:00:00 2001 From: Sebastian Hesselbarth Date: Sat, 11 May 2013 03:08:05 +0200 Subject: clk: mvebu: add Armada 370 SoC-centric clock init This is moving core clock and clock gating init for Armada 370 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/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/clk/mvebu/Kconfig') diff --git a/drivers/clk/mvebu/Kconfig b/drivers/clk/mvebu/Kconfig index 211695c..1daf61e 100644 --- a/drivers/clk/mvebu/Kconfig +++ b/drivers/clk/mvebu/Kconfig @@ -10,6 +10,11 @@ config MVEBU_CLK_GATING config MVEBU_CLK_COMMON bool +config ARMADA_370_CLK + bool + select MVEBU_CLK_COMMON + select MVEBU_CLK_CPU + config DOVE_CLK bool select MVEBU_CLK_COMMON -- cgit v1.1