diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index 0869f4f3d3e1..b12fe966a7b9 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c @@ -28,6 +28,7 @@  #include <linux/io.h>  #include <linux/smsc911x.h>  #include <linux/mmc/host.h> +#include <linux/usb/phy.h>  #include <linux/platform_data/spi-omap2-mcspi.h>  #include <asm/mach-types.h> @@ -418,6 +419,7 @@ static void __init omap_ldp_init(void)  	omap_ads7846_init(1, 54, 310, NULL);  	omap_serial_init();  	omap_sdrc_init(NULL, NULL); +	usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb");  	usb_musb_init(NULL);  	board_nand_init(ldp_nand_partitions, ARRAY_SIZE(ldp_nand_partitions),  			ZOOM_NAND_CS, 0, nand_default_timings); @@ -435,6 +437,6 @@ MACHINE_START(OMAP_LDP, "OMAP LDP board")  	.handle_irq	= omap3_intc_handle_irq,  	.init_machine	= omap_ldp_init,  	.init_late	= omap3430_init_late, -	.timer		= &omap3_timer, +	.init_time	= omap3_sync32k_timer_init,  	.restart	= omap3xxx_restart,  MACHINE_END |