diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-02-10 12:32:44 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-16 21:34:01 -0500 |
commit | 41d3c64f8cddb51f7caf45b7591d27024cae38a0 (patch) | |
tree | fd07db1ce324ea10db5f171b556d46a576053883 /drivers/clk/mvebu/Makefile | |
parent | e4aec65c865d200196efd42f26ff1630b44997a5 (diff) |
clk: mvebu: add clock support for Armada 375
Add the clock support for the new SoC Armada 375: core clocks and
gating clocks.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 21bbfb4a9f42..0b13811b9f62 100644 --- a/drivers/clk/mvebu/Makefile +++ b/drivers/clk/mvebu/Makefile | |||
@@ -3,6 +3,7 @@ obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o | |||
3 | obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o | 3 | obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o |
4 | 4 | ||
5 | obj-$(CONFIG_ARMADA_370_CLK) += armada-370.o | 5 | obj-$(CONFIG_ARMADA_370_CLK) += armada-370.o |
6 | obj-$(CONFIG_ARMADA_375_CLK) += armada-375.o | ||
6 | obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o | 7 | obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o |
7 | obj-$(CONFIG_DOVE_CLK) += dove.o | 8 | obj-$(CONFIG_DOVE_CLK) += dove.o |
8 | obj-$(CONFIG_KIRKWOOD_CLK) += kirkwood.o | 9 | obj-$(CONFIG_KIRKWOOD_CLK) += kirkwood.o |