aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-3430sdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-3430sdp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c
index b3918044e059..c06eb423c4e4 100644
--- a/arch/arm/mach-omap2/board-3430sdp.c
+++ b/arch/arm/mach-omap2/board-3430sdp.c
@@ -636,11 +636,11 @@ static void enable_board_wakeup_source(void)
636 OMAP_WAKEUP_EN | OMAP_PIN_INPUT_PULLUP); 636 OMAP_WAKEUP_EN | OMAP_PIN_INPUT_PULLUP);
637} 637}
638 638
639static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { 639static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
640 640
641 .port_mode[0] = EHCI_HCD_OMAP_MODE_PHY, 641 .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY,
642 .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, 642 .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
643 .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, 643 .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED,
644 644
645 .phy_reset = true, 645 .phy_reset = true,
646 .reset_gpio_port[0] = 57, 646 .reset_gpio_port[0] = 57,
@@ -902,7 +902,7 @@ static void __init omap_3430sdp_init(void)
902 board_flash_init(sdp_flash_partitions, chip_sel_3430, 0); 902 board_flash_init(sdp_flash_partitions, chip_sel_3430, 0);
903 sdp3430_display_init(); 903 sdp3430_display_init();
904 enable_board_wakeup_source(); 904 enable_board_wakeup_source();
905 usb_ehci_init(&ehci_pdata); 905 usbhs_init(&usbhs_bdata);
906} 906}
907 907
908MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") 908MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board")