diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2014-12-27 14:55:27 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-05-12 23:26:32 +0200 |
commit | 70d64048c4291933ce2175a638ff96b00e09aa58 (patch) | |
tree | 47351590ac3485a5554b0cd2b1f0f2d87f66396f /arch/arm/mach-pxa/lubbock.c | |
parent | 5e1d01285140a8cd90676ba15c06c8ec700fd618 (diff) | |
download | op-kernel-dev-70d64048c4291933ce2175a638ff96b00e09aa58.zip op-kernel-dev-70d64048c4291933ce2175a638ff96b00e09aa58.tar.gz |
ARM: pxa: move gpio11 clock to board files
The pxa25x gpio11 clock output was previously selected on its pin by the
clock enabling, toggling the pin function.
As we transition to common clock framework, the pin function is moved to
board file for the 2 users, ie. lubbock and eseries.
Reviewed-by: Michael Turquette <mturquette@linaro.org>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/lubbock.c')
-rw-r--r-- | arch/arm/mach-pxa/lubbock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c index d8a1be6..b742708 100644 --- a/arch/arm/mach-pxa/lubbock.c +++ b/arch/arm/mach-pxa/lubbock.c @@ -101,6 +101,9 @@ static unsigned long lubbock_pin_config[] __initdata = { GPIO6_MMC_CLK, GPIO8_MMC_CS0, + /* SA1111 chip */ + GPIO11_3_6MHz, + /* wakeup */ GPIO1_GPIO | WAKEUP_ON_EDGE_RISE, }; |