summaryrefslogtreecommitdiffstats
path: root/drivers/clk/pxa/Makefile
diff options
context:
space:
mode:
authorRobert Jarzmik2014-11-11 15:53:25 +0100
committerMichael Turquette2014-11-17 20:20:55 +0100
commitfe7710fae477f648773648ea0a05b079c5b66667 (patch)
tree84767a4506ac277adafde364df81bf22233dd2dd /drivers/clk/pxa/Makefile
parentMerge branch 'clk-next-mmp' into clk-next (diff)
downloadkernel-qcow2-linux-fe7710fae477f648773648ea0a05b079c5b66667.tar.gz
kernel-qcow2-linux-fe7710fae477f648773648ea0a05b079c5b66667.tar.xz
kernel-qcow2-linux-fe7710fae477f648773648ea0a05b079c5b66667.zip
clk: add pxa25x clock drivers
Move pxa25x clock drivers from arch/arm/mach-pxa to driver/clk. In the move : - convert to new clock framework legacy clocks - provide clocks as before for platform data based boards - provide clocks through devicetree with clk-pxa-dt This is the preliminary step in the conversion. The remaining steps are : - pxa3xx - once PXA is fully converted to device tree, if that happens, clk-pxa2* and clk-pxa3* should only hold the core clocks which cannot be described in devicetree. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Tested-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/pxa/Makefile')
-rw-r--r--drivers/clk/pxa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/pxa/Makefile b/drivers/clk/pxa/Makefile
index 4ff2abcd500b..38e915344605 100644
--- a/drivers/clk/pxa/Makefile
+++ b/drivers/clk/pxa/Makefile
@@ -1,2 +1,3 @@
obj-y += clk-pxa.o
+obj-$(CONFIG_PXA25x) += clk-pxa25x.o
obj-$(CONFIG_PXA27x) += clk-pxa27x.o