diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index ce3bc2d1164c..bc30ab092d1e 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -551,12 +551,6 @@ static struct omap_board_mux board_mux[] __initdata = { | |||
551 | }; | 551 | }; |
552 | #endif | 552 | #endif |
553 | 553 | ||
554 | static struct omap_musb_board_data musb_board_data = { | ||
555 | .interface_type = MUSB_INTERFACE_ULPI, | ||
556 | .mode = MUSB_OTG, | ||
557 | .power = 100, | ||
558 | }; | ||
559 | |||
560 | static void __init beagle_opp_init(void) | 554 | static void __init beagle_opp_init(void) |
561 | { | 555 | { |
562 | int r = 0; | 556 | int r = 0; |
@@ -618,7 +612,7 @@ static void __init omap3_beagle_init(void) | |||
618 | /* REVISIT leave DVI powered down until it's needed ... */ | 612 | /* REVISIT leave DVI powered down until it's needed ... */ |
619 | gpio_direction_output(170, true); | 613 | gpio_direction_output(170, true); |
620 | 614 | ||
621 | usb_musb_init(&musb_board_data); | 615 | usb_musb_init(NULL); |
622 | usbhs_init(&usbhs_bdata); | 616 | usbhs_init(&usbhs_bdata); |
623 | omap_nand_flash_init(NAND_BUSWIDTH_16, omap3beagle_nand_partitions, | 617 | omap_nand_flash_init(NAND_BUSWIDTH_16, omap3beagle_nand_partitions, |
624 | ARRAY_SIZE(omap3beagle_nand_partitions)); | 618 | ARRAY_SIZE(omap3beagle_nand_partitions)); |