diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-09-26 15:35:27 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-24 12:29:25 -0500 |
commit | a2473b6c8279b95c5fa954f765da65cc27d6e2d2 (patch) | |
tree | 7e9fedd0febbd21b26836307880c2115f6473478 /drivers/clk/mvebu/Makefile | |
parent | 3ca08509ac49c12c48d694e3ac849642fa7b0d4f (diff) |
clk: mvebu: Add Core Divider clock
This commit introduces a new group of clocks present in Armada 370/XP
SoCs (called "Core Divider" clocks) and add a provider for them.
The only clock supported for now is the NAND clock (ndclk), but the
infrastructure to add the rest is already set.
Reviewed-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
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 1c7e70c63fb2..21bbfb4a9f42 100644 --- a/drivers/clk/mvebu/Makefile +++ b/drivers/clk/mvebu/Makefile | |||
@@ -1,5 +1,6 @@ | |||
1 | obj-$(CONFIG_MVEBU_CLK_COMMON) += common.o | 1 | obj-$(CONFIG_MVEBU_CLK_COMMON) += common.o |
2 | obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o | 2 | obj-$(CONFIG_MVEBU_CLK_CPU) += clk-cpu.o |
3 | obj-$(CONFIG_MVEBU_CLK_COREDIV) += clk-corediv.o | ||
3 | 4 | ||
4 | obj-$(CONFIG_ARMADA_370_CLK) += armada-370.o | 5 | obj-$(CONFIG_ARMADA_370_CLK) += armada-370.o |
5 | obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o | 6 | obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o |