diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-02-10 21:32:47 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-17 06:34:05 +0400 |
commit | 0e85aeced4d6cd2f4f2755eff453da3e0a2286fc (patch) | |
tree | 4632dd14e7254e961e88bd2393e2b04f97b53131 /drivers/clk/mvebu/Makefile | |
parent | bac18c75a22e1706a5da0598eb577bbfe11a15ed (diff) | |
download | linux-0e85aeced4d6cd2f4f2755eff453da3e0a2286fc.tar.xz |
clk: mvebu: add clock support for Armada 380/385
Add the clock support for the new SoCs Armada 380 and Armada 385:
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 0b13811b9f62..4c66162fb0b4 100644 --- a/drivers/clk/mvebu/Makefile +++ b/drivers/clk/mvebu/Makefile @@ -4,6 +4,7 @@ obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o obj-$(CONFIG_ARMADA_370_CLK) += armada-370.o obj-$(CONFIG_ARMADA_375_CLK) += armada-375.o +obj-$(CONFIG_ARMADA_38X_CLK) += armada-38x.o obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o obj-$(CONFIG_DOVE_CLK) += dove.o obj-$(CONFIG_KIRKWOOD_CLK) += kirkwood.o |