aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp/Makefile
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-05-11 17:25:20 -0500
committerStephen Boyd <sboyd@codeaurora.org>2015-05-15 12:31:45 -0700
commitdf5338d9fe5d607cdbc68d8432cbfdc9a942a679 (patch)
tree83a7160a97888bc16e50ff32d1ffeb4666f14ff6 /drivers/clk/mmp/Makefile
parentdt-bindings: Add pxa1928 clock binding (diff)
downloadlinux-dev-df5338d9fe5d607cdbc68d8432cbfdc9a942a679.tar.xz
linux-dev-df5338d9fe5d607cdbc68d8432cbfdc9a942a679.zip
clk: mmp: add PXA1928 clock support
Add initial clock support for Marvell PXA1928. The PXA1928 is a mobile SOC and is similar to other MMP/PXA series of SOCs, so a lot of the existing infrastructure is reused here. Currently the PLLs are just fixed clocks, and not all leaf clocks are implemented. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Mike Turquette <mturquette@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/mmp/Makefile')
-rw-r--r--drivers/clk/mmp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/mmp/Makefile b/drivers/clk/mmp/Makefile
index 3caaf7cc169c..9d4bc41e4239 100644
--- a/drivers/clk/mmp/Makefile
+++ b/drivers/clk/mmp/Makefile
@@ -12,3 +12,5 @@ obj-$(CONFIG_MACH_MMP2_DT) += clk-of-mmp2.o
obj-$(CONFIG_CPU_PXA168) += clk-pxa168.o
obj-$(CONFIG_CPU_PXA910) += clk-pxa910.o
obj-$(CONFIG_CPU_MMP2) += clk-mmp2.o
+
+obj-y += clk-of-pxa1928.o