diff options
author | Rob Herring <robh@kernel.org> | 2015-05-11 17:25:20 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-05-15 12:31:45 -0700 |
commit | df5338d9fe5d607cdbc68d8432cbfdc9a942a679 (patch) | |
tree | 83a7160a97888bc16e50ff32d1ffeb4666f14ff6 /drivers/clk/mmp/Makefile | |
parent | 8a3d9c164152e461e5f80db65aaaa0fbfdb2eed3 (diff) | |
download | lwn-df5338d9fe5d607cdbc68d8432cbfdc9a942a679.tar.gz lwn-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/Makefile | 2 |
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 |