[ARM] pxa: enable GPIO receivers after configuring pins
authorTimothy Clacy <tcl@phaseone.com>
Thu, 7 May 2009 17:40:33 +0000 (19:40 +0200)
committerEric Miao <eric.miao@marvell.com>
Mon, 18 May 2009 13:52:09 +0000 (21:52 +0800)
commit866bd435819df8d97767c407f8828a7a2ff971e6
tree17b16770357e2abf621c89e75725cc42a354149f
parent216e3b7abbd05c35d2d1a3f86629ade485351f0d
[ARM] pxa: enable GPIO receivers after configuring pins

'mach-pxa' platforms currently rely on a bootloader to setup GPIO pins
and clear RDH (to enable inputs).

A kernel loaded by a 'minimal' bootloader, that doesn't touch any pins,
will not function correctly; inputs will remain disabled, even after the
pins are configured. The following change fixes the issue and has been
verified on Gumstix Verdex XL6P and a custom PXA270 platform.

Signed-off-by: Timothy Clacy <tcl@phaseone.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/mfp-pxa2xx.c