diff options
Diffstat (limited to 'arch/arm/mach-pxa/eseries.c')
-rw-r--r-- | arch/arm/mach-pxa/eseries.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index 1872faa11a27..d28849b50a14 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c | |||
@@ -19,6 +19,8 @@ | |||
19 | 19 | ||
20 | #include <mach/mfp-pxa25x.h> | 20 | #include <mach/mfp-pxa25x.h> |
21 | #include <mach/hardware.h> | 21 | #include <mach/hardware.h> |
22 | #include <mach/eseries-gpio.h> | ||
23 | #include <mach/udc.h> | ||
22 | 24 | ||
23 | #include "generic.h" | 25 | #include "generic.h" |
24 | 26 | ||
@@ -35,3 +37,9 @@ void __init eseries_fixup(struct machine_desc *desc, | |||
35 | mi->bank[0].size = (64*1024*1024); | 37 | mi->bank[0].size = (64*1024*1024); |
36 | } | 38 | } |
37 | 39 | ||
40 | struct pxa2xx_udc_mach_info e7xx_udc_mach_info = { | ||
41 | .gpio_vbus = GPIO_E7XX_USB_DISC, | ||
42 | .gpio_pullup = GPIO_E7XX_USB_PULLUP, | ||
43 | .gpio_pullup_inverted = 1 | ||
44 | }; | ||
45 | |||