diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2013-05-11 05:08:05 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-29 23:20:51 +0400 |
commit | 6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0 (patch) | |
tree | 52ba30b4162a564f4907487ccd52460defc8237a /drivers/clk/mvebu/Makefile | |
parent | e89406c957459a9791b953d93fcbbc43012470bc (diff) | |
download | linux-6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0.tar.xz |
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 <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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mvebu/Makefile b/drivers/clk/mvebu/Makefile index 97d1ab02f014..367b72c4630d 100644 --- a/drivers/clk/mvebu/Makefile +++ b/drivers/clk/mvebu/Makefile @@ -3,5 +3,6 @@ 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_ARMADA_370_CLK) += armada-370.o obj-$(CONFIG_DOVE_CLK) += dove.o obj-$(CONFIG_KIRKWOOD_CLK) += kirkwood.o |