diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-12-27 14:55:26 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-05-12 23:26:40 +0200 |
commit | 48a17db28c64369e3c6a8a2b415ad4030fac77e4 (patch) | |
tree | e5c91ccacf410b4d398f582d3e744bb774df8b7c /arch/arm/Kconfig | |
parent | 24e32a5528fb5f398f0844759568e14f2c7ed3e9 (diff) | |
download | linux-stable-48a17db28c64369e3c6a8a2b415ad4030fac77e4.tar.gz linux-stable-48a17db28c64369e3c6a8a2b415ad4030fac77e4.tar.bz2 linux-stable-48a17db28c64369e3c6a8a2b415ad4030fac77e4.zip |
ARM: pxa: Transition pxa25x and pxa27x to clk framework
Transition the PXA25x and PXA27x CPUs to the clock framework.
This transition still enables legacy platforms to run without device
tree as before, ie relying on platform data encoded in board specific
files.
The transition breaks the previous clocks activation of pin
control (gpio11 and gpio12). Machine files should be amended to take
that into account.
This is the last step of clock framework transition for pxa25x and
pxa27x, leaving only pxa3xx for further work.
Reviewed-by: Michael Turquette <mturquette@linaro.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 45df48ba0b12..cd617a6feeb9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -606,6 +606,7 @@ config ARCH_PXA select ARCH_REQUIRE_GPIOLIB select ARM_CPU_SUSPEND if PM select AUTO_ZRELADDR + select COMMON_CLK if PXA27x || PXA25x select CLKDEV_LOOKUP select CLKSRC_MMIO select CLKSRC_OF |