* Enric Balletbo i Serra <eballetbo@xxxxxxxxx> [100303 09:34]: > From: Enric Balletbo i Serra <eballetbo@xxxxxxxxxxx> > > IGEP v2 uses EHCI port 1 instead of EHCI port 2. This does not seem to apply, can you please refresh please? Tony > Signed-off-by: Enric Balletbo i Serra <eballetbo@xxxxxxxxxxx> > --- > arch/arm/mach-omap2/board-igep0020.c | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c > index 9958987..26f65ca 100644 > --- a/arch/arm/mach-omap2/board-igep0020.c > +++ b/arch/arm/mach-omap2/board-igep0020.c > @@ -443,13 +443,13 @@ static struct omap_musb_board_data musb_board_data = { > }; > > static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { > - .port_mode[0] = EHCI_HCD_OMAP_MODE_UNKNOWN, > - .port_mode[1] = EHCI_HCD_OMAP_MODE_PHY, > + .port_mode[0] = EHCI_HCD_OMAP_MODE_PHY, > + .port_mode[1] = EHCI_HCD_OMAP_MODE_UNKNOWN, > .port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN, > > .phy_reset = true, > - .reset_gpio_port[0] = -EINVAL, > - .reset_gpio_port[1] = IGEP2_GPIO_USBH_NRESET, > + .reset_gpio_port[0] = IGEP2_GPIO_USBH_NRESET, > + .reset_gpio_port[1] = -EINVAL, > .reset_gpio_port[2] = -EINVAL, > }; > > -- > 1.5.4.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html