diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index 7482c7531ede..f7d6038075f0 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c | |||
@@ -294,12 +294,6 @@ static struct omap_board_mux board_mux[] __initdata = { | |||
294 | }; | 294 | }; |
295 | #endif | 295 | #endif |
296 | 296 | ||
297 | static struct omap_musb_board_data musb_board_data = { | ||
298 | .interface_type = MUSB_INTERFACE_ULPI, | ||
299 | .mode = MUSB_OTG, | ||
300 | .power = 100, | ||
301 | }; | ||
302 | |||
303 | static struct mtd_partition ldp_nand_partitions[] = { | 297 | static struct mtd_partition ldp_nand_partitions[] = { |
304 | /* All the partition sizes are listed in terms of NAND block size */ | 298 | /* All the partition sizes are listed in terms of NAND block size */ |
305 | { | 299 | { |
@@ -342,7 +336,7 @@ static void __init omap_ldp_init(void) | |||
342 | platform_add_devices(ldp_devices, ARRAY_SIZE(ldp_devices)); | 336 | platform_add_devices(ldp_devices, ARRAY_SIZE(ldp_devices)); |
343 | omap_ads7846_init(1, 54, 310, NULL); | 337 | omap_ads7846_init(1, 54, 310, NULL); |
344 | omap_serial_init(); | 338 | omap_serial_init(); |
345 | usb_musb_init(&musb_board_data); | 339 | usb_musb_init(NULL); |
346 | board_nand_init(ldp_nand_partitions, | 340 | board_nand_init(ldp_nand_partitions, |
347 | ARRAY_SIZE(ldp_nand_partitions), ZOOM_NAND_CS, 0); | 341 | ARRAY_SIZE(ldp_nand_partitions), ZOOM_NAND_CS, 0); |
348 | 342 | ||