diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3touchbook.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index fc83c963ba9..bcd44fbcd87 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c @@ -28,6 +28,7 @@  #include <linux/mtd/partitions.h>  #include <linux/mtd/nand.h>  #include <linux/mmc/host.h> +#include <linux/usb/phy.h>  #include <linux/platform_data/spi-omap2-mcspi.h>  #include <linux/spi/spi.h> @@ -365,6 +366,7 @@ static void __init omap3_touchbook_init(void)  	/* Touchscreen and accelerometer */  	omap_ads7846_init(4, OMAP3_TS_GPIO, 310, &ads7846_pdata); +	usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb");  	usb_musb_init(NULL);  	usbhs_init(&usbhs_bdata);  	board_nand_init(omap3touchbook_nand_partitions,  |