Skip to content

Commit

Permalink
[ARM] pxa: e740 MFP fix
Browse files Browse the repository at this point in the history
Add the USB pins to the e740 MFP table.

Signed-off-by: Ian Molton <spyro@f2s.com>
  • Loading branch information
Ian Molton committed Nov 29, 2008
1 parent 3603342 commit f4ad9a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-pxa/e740.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ static unsigned long e740_pin_config[] __initdata = {
GPIO44_BTUART_CTS,
GPIO45_GPIO, /* Used by TMIO for #SUSPEND */

/* UDC */
GPIO13_GPIO,
GPIO3_GPIO,

/* IrDA */
GPIO38_GPIO | MFP_LPM_DRIVE_HIGH,

Expand Down

0 comments on commit f4ad9a9

Please sign in to comment.