|
@@ -421,12 +421,6 @@ static int __init early_touchbook_revision(char *p)
|
|
|
}
|
|
|
early_param("tbr", early_touchbook_revision);
|
|
|
|
|
|
-static struct omap_musb_board_data musb_board_data = {
|
|
|
- .interface_type = MUSB_INTERFACE_ULPI,
|
|
|
- .mode = MUSB_OTG,
|
|
|
- .power = 100,
|
|
|
-};
|
|
|
-
|
|
|
static void __init omap3_touchbook_init(void)
|
|
|
{
|
|
|
omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
|
|
@@ -447,7 +441,7 @@ static void __init omap3_touchbook_init(void)
|
|
|
|
|
|
/* Touchscreen and accelerometer */
|
|
|
omap_ads7846_init(4, OMAP3_TS_GPIO, 310, &ads7846_pdata);
|
|
|
- usb_musb_init(&musb_board_data);
|
|
|
+ usb_musb_init(NULL);
|
|
|
usbhs_init(&usbhs_bdata);
|
|
|
omap_nand_flash_init(NAND_BUSWIDTH_16, omap3touchbook_nand_partitions,
|
|
|
ARRAY_SIZE(omap3touchbook_nand_partitions));
|