From: Tony Lindgren <tony@atomide.com>
To: Steve Sakoman <sakoman@gmail.com>
Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-omap@vger.kernel.org
Subject: Re: ARM: OMAP3: Overo: Fix EHCI initialization
Date: Mon, 21 Sep 2009 18:29:39 -0700 [thread overview]
Message-ID: <20090922012939.GK27699@atomide.com> (raw)
In-Reply-To: <5e088bd90908161430ka6c04f5m1cbf5e0df949f83@mail.gmail.com>
* Steve Sakoman <sakoman@gmail.com> [090816 14:30]:
> Overo uses port 2, not port 1. Use OVERO_GPIO_USBH_NRESET rather than
> hard coded value
>
> Note: this alone will not give functional EHCI. Also required is:
>
> [PATCH 4/9] ehci: fix phy_reset init in ehci probe
> from Ajay Kumar Gupta
I've piled up all the ehci patches into ehci branch while waiting for
somebody to start sending these to the linux-usb list. That branch
is now merged into the master branch for testing.
The patch "ehci: portwise configurations" changed the usb_ehci_init()
interface, but looks like it did not include the overo config..
Care to update your pending overo and beagle ehci patches for that?
It might take a little while for the mirrors to get updated, as I
just pushed the updated branches.
Regards,
Tony
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
> arch/arm/mach-omap2/board-overo.c | 11 ++---------
> 1 files changed, 2 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-overo.c
> b/arch/arm/mach-omap2/board-overo.c
> index a9d7c2e..a220a54 100644
> --- a/arch/arm/mach-omap2/board-overo.c
> +++ b/arch/arm/mach-omap2/board-overo.c
> @@ -394,7 +394,8 @@ static void __init overo_init(void)
> omap_serial_init(&overo_uart_config);
> overo_flash_init();
> usb_musb_init();
> - usb_ehci_init(EHCI_HCD_OMAP_MODE_PHY, false, true, 183, -EINVAL);
> + usb_ehci_init(EHCI_HCD_OMAP_MODE_PHY, false, true,
> + -EINVAL, OVERO_GPIO_USBH_NRESET);
> overo_ads7846_init();
> overo_init_smsc911x();
>
> @@ -437,14 +438,6 @@ static void __init overo_init(void)
> else
> printk(KERN_ERR "could not obtain gpio for "
> "OVERO_GPIO_USBH_CPEN\n");
> -
> - if ((gpio_request(OVERO_GPIO_USBH_NRESET,
> - "OVERO_GPIO_USBH_NRESET") == 0) &&
> - (gpio_direction_output(OVERO_GPIO_USBH_NRESET, 1) == 0))
> - gpio_export(OVERO_GPIO_USBH_NRESET, 0);
> - else
> - printk(KERN_ERR "could not obtain gpio for "
> - "OVERO_GPIO_USBH_NRESET\n");
> }
>
> static void __init overo_map_io(void)
> --
> 1.6.0.4
> --
> 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
prev parent reply other threads:[~2009-09-22 1:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-16 21:30 ARM: OMAP3: Overo: Fix EHCI initialization Steve Sakoman
2009-09-22 1:29 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090922012939.GK27699@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-omap@vger.kernel.org \
--cc=sakoman@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox