diff options
| -rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 9a0bf6744a05..56d931a425f7 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
| @@ -278,6 +278,10 @@ static struct twl4030_gpio_platform_data rx51_gpio_data = { | |||
| 278 | .setup = rx51_twlgpio_setup, | 278 | .setup = rx51_twlgpio_setup, |
| 279 | }; | 279 | }; |
| 280 | 280 | ||
| 281 | static struct twl4030_usb_data rx51_usb_data = { | ||
| 282 | .usb_mode = T2_USB_MODE_ULPI, | ||
| 283 | }; | ||
| 284 | |||
| 281 | static struct twl4030_platform_data rx51_twldata = { | 285 | static struct twl4030_platform_data rx51_twldata = { |
| 282 | .irq_base = TWL4030_IRQ_BASE, | 286 | .irq_base = TWL4030_IRQ_BASE, |
| 283 | .irq_end = TWL4030_IRQ_END, | 287 | .irq_end = TWL4030_IRQ_END, |
| @@ -286,6 +290,7 @@ static struct twl4030_platform_data rx51_twldata = { | |||
| 286 | .gpio = &rx51_gpio_data, | 290 | .gpio = &rx51_gpio_data, |
| 287 | .keypad = &rx51_kp_data, | 291 | .keypad = &rx51_kp_data, |
| 288 | .madc = &rx51_madc_data, | 292 | .madc = &rx51_madc_data, |
| 293 | .usb = &rx51_usb_data, | ||
| 289 | 294 | ||
| 290 | .vaux1 = &rx51_vaux1, | 295 | .vaux1 = &rx51_vaux1, |
| 291 | .vaux2 = &rx51_vaux2, | 296 | .vaux2 = &rx51_vaux2, |
