aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/e740.c
diff options
context:
space:
mode:
authorIan Molton <spyro@f2s.com>2008-09-26 08:35:28 -0400
committerIan Molton <spyro@f2s.com>2008-11-29 18:26:57 -0500
commitf4ad9a9624fafec4647e7e45469e0446586f81fb (patch)
tree7b9d4357312470887554cc9d9cb5770cc6be3d51 /arch/arm/mach-pxa/e740.c
parent36033422639913dad1f3146d452116522c77f753 (diff)
[ARM] pxa: e740 MFP fix
Add the USB pins to the e740 MFP table. Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/e740.c')
-rw-r--r--arch/arm/mach-pxa/e740.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/e740.c b/arch/arm/mach-pxa/e740.c
index 8675fd1b349b..a9f070b1b80f 100644
--- a/arch/arm/mach-pxa/e740.c
+++ b/arch/arm/mach-pxa/e740.c
@@ -119,6 +119,10 @@ static unsigned long e740_pin_config[] __initdata = {
119 GPIO44_BTUART_CTS, 119 GPIO44_BTUART_CTS,
120 GPIO45_GPIO, /* Used by TMIO for #SUSPEND */ 120 GPIO45_GPIO, /* Used by TMIO for #SUSPEND */
121 121
122 /* UDC */
123 GPIO13_GPIO,
124 GPIO3_GPIO,
125
122 /* IrDA */ 126 /* IrDA */
123 GPIO38_GPIO | MFP_LPM_DRIVE_HIGH, 127 GPIO38_GPIO | MFP_LPM_DRIVE_HIGH,
124 128