summaryrefslogtreecommitdiff
path: root/drivers/clk/mmp/Makefile
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2014-10-31 10:13:51 +0800
committerMichael Turquette <mturquette@linaro.org>2014-11-12 16:34:22 -0800
commit1ec770d92a62582ac1f7e0969d6a0ddc54d5f49e (patch)
treed55a64f442debf366a9eee4c3033397e2a4ae63b /drivers/clk/mmp/Makefile
parent2bc61da9f7ff422117a68bef0d309a29affd023a (diff)
clk: mmp: add mmp2 DT support for clock driver
It adds the DT support for mmp2 clock subsystem. Signed-off-by: Chao Xie <chao.xie@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/mmp/Makefile')
-rw-r--r--drivers/clk/mmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mmp/Makefile b/drivers/clk/mmp/Makefile
index 947cd74a82a7..3caaf7cc169c 100644
--- a/drivers/clk/mmp/Makefile
+++ b/drivers/clk/mmp/Makefile
@@ -7,6 +7,7 @@ obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o
obj-$(CONFIG_RESET_CONTROLLER) += reset.o
obj-$(CONFIG_MACH_MMP_DT) += clk-of-pxa168.o clk-of-pxa910.o
+obj-$(CONFIG_MACH_MMP2_DT) += clk-of-mmp2.o
obj-$(CONFIG_CPU_PXA168) += clk-pxa168.o
obj-$(CONFIG_CPU_PXA910) += clk-pxa910.o