diff options
author | Tony Lindgren <tony@atomide.com> | 2011-02-22 13:54:12 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-22 13:54:12 -0500 |
commit | 04aa67dec63b61c1a8b9b6d001262250f1a92130 (patch) | |
tree | 7e0d2cfb30f904ffbd2ac39a055cd53034c873b7 /arch/arm/mach-omap2/board-4430sdp.c | |
parent | 3b03b58dab847883e6b9a431558c7d8e43fa94c6 (diff) | |
parent | 18a26892d62d2786c2b259ba4605ee10bba0ba13 (diff) |
Merge branch 'for-tony' of git://gitorious.org/usb/usb into omap-for-linus
Conflicts:
arch/arm/mach-omap2/omap_hwmod_2430_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 12d99e582cd6..bf8268438d00 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #define ETH_KS8851_IRQ 34 | 44 | #define ETH_KS8851_IRQ 34 |
45 | #define ETH_KS8851_POWER_ON 48 | 45 | #define ETH_KS8851_POWER_ON 48 |
46 | #define ETH_KS8851_QUART 138 | 46 | #define ETH_KS8851_QUART 138 |
47 | #define OMAP4SDP_MDM_PWR_EN_GPIO 157 | ||
48 | #define OMAP4_SFH7741_SENSOR_OUTPUT_GPIO 184 | 47 | #define OMAP4_SFH7741_SENSOR_OUTPUT_GPIO 184 |
49 | #define OMAP4_SFH7741_ENABLE_GPIO 188 | 48 | #define OMAP4_SFH7741_ENABLE_GPIO 188 |
50 | 49 | ||
@@ -250,16 +249,6 @@ static void __init omap_4430sdp_init_early(void) | |||
250 | #endif | 249 | #endif |
251 | } | 250 | } |
252 | 251 | ||
253 | static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | ||
254 | .port_mode[0] = EHCI_HCD_OMAP_MODE_PHY, | ||
255 | .port_mode[1] = EHCI_HCD_OMAP_MODE_UNKNOWN, | ||
256 | .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, | ||
257 | .phy_reset = false, | ||
258 | .reset_gpio_port[0] = -EINVAL, | ||
259 | .reset_gpio_port[1] = -EINVAL, | ||
260 | .reset_gpio_port[2] = -EINVAL, | ||
261 | }; | ||
262 | |||
263 | static struct omap_musb_board_data musb_board_data = { | 252 | static struct omap_musb_board_data musb_board_data = { |
264 | .interface_type = MUSB_INTERFACE_UTMI, | 253 | .interface_type = MUSB_INTERFACE_UTMI, |
265 | .mode = MUSB_OTG, | 254 | .mode = MUSB_OTG, |
@@ -575,14 +564,6 @@ static void __init omap_4430sdp_init(void) | |||
575 | omap_serial_init(); | 564 | omap_serial_init(); |
576 | omap4_twl6030_hsmmc_init(mmc); | 565 | omap4_twl6030_hsmmc_init(mmc); |
577 | 566 | ||
578 | /* Power on the ULPI PHY */ | ||
579 | status = gpio_request(OMAP4SDP_MDM_PWR_EN_GPIO, "USBB1 PHY VMDM_3V3"); | ||
580 | if (status) | ||
581 | pr_err("%s: Could not get USBB1 PHY GPIO\n", __func__); | ||
582 | else | ||
583 | gpio_direction_output(OMAP4SDP_MDM_PWR_EN_GPIO, 1); | ||
584 | |||
585 | usb_ehci_init(&ehci_pdata); | ||
586 | usb_musb_init(&musb_board_data); | 567 | usb_musb_init(&musb_board_data); |
587 | 568 | ||
588 | status = omap_ethernet_init(); | 569 | status = omap_ethernet_init(); |