Message ID | 1253694209-55128-1-git-send-email-k.kooi@student.utwente.nl (mailing list archive) |
---|---|
State | Accepted |
Commit | d50444d8e996b33ac01939bc2a652dbfe2814fc1 |
Headers | show |
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: ehci Initial commit ID (Likely to change): d50444d8e996b33ac01939bc2a652dbfe2814fc1 PatchWorks http://patchwork.kernel.org/patch/49494/ Git (Likely to change, and takes a while to get mirrored) http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=d50444d8e996b33ac01939bc2a652dbfe2814fc1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 496b4a0..aa403e6 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -406,10 +406,10 @@ static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, - .chargepump = true, + .chargepump = false, .phy_reset = true, - .reset_gpio_port[0] = 57, - .reset_gpio_port[1] = 61, + .reset_gpio_port[0] = -EINVAL, + .reset_gpio_port[1] = 147, .reset_gpio_port[2] = -EINVAL };