]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-overo.c
i2c: move twl4030-usb to platform_device
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-overo.c
index a41e6faace6e8bbb4aff682463d0d1f5839d9bd3..2e6d2c7d457348d74bc98d202bd7c22e450fe9ab 100644 (file)
@@ -146,9 +146,14 @@ static struct omap_uart_config overo_uart_config __initdata = {
        .enabled_uarts  = ((1 << 0) | (1 << 1) | (1 << 2)),
 };
 
+static struct twl4030_usb_data overo_usb_data = {
+       .usb_mode       = T2_USB_MODE_ULPI,
+};
+
 static struct twl4030_platform_data overo_twldata = {
        .irq_base       = TWL4030_IRQ_BASE,
        .irq_end        = TWL4030_IRQ_END,
+       .usb            = &overo_usb_data,
 };
 
 static struct i2c_board_info __initdata overo_i2c_boardinfo[] = {