mirror of https://gitee.com/openkylin/linux.git
[ARM] pxa: e740 MFP fix
Add the USB pins to the e740 MFP table. Signed-off-by: Ian Molton <spyro@f2s.com>
This commit is contained in:
parent
3603342263
commit
f4ad9a9624
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue