Re: [U-Boot] [PATCH 3/5] imx: Add support for USB EHCI on imx25

2011-07-05 Thread Marek Vasut
On Thursday, June 30, 2011 05:48:54 PM Stefano Babic wrote: > On 06/30/2011 11:57 AM, Matthias Weisser wrote: > > Adding support for USB host on imx25 using the internal PHY > > > > Signed-off-by: Matthias Weisser > > --- > > Hi Matthias, > > > +#ifdef CONFIG_MX25 > > +#define MX25_USB_CTRL_IP_

Re: [U-Boot] [PATCH 3/5] imx: Add support for USB EHCI on imx25

2011-06-30 Thread Stefano Babic
On 06/30/2011 11:57 AM, Matthias Weisser wrote: > Adding support for USB host on imx25 using the internal PHY > > Signed-off-by: Matthias Weisser > --- Hi Matthias, > +#ifdef CONFIG_MX25 > +#define MX25_USB_CTRL_IP_PUE_DOWN_BIT(1<<6) > +#define MX25_USB_CTRL_HSTD_BIT (1<<5

[U-Boot] [PATCH 3/5] imx: Add support for USB EHCI on imx25

2011-06-30 Thread Matthias Weisser
Adding support for USB host on imx25 using the internal PHY Signed-off-by: Matthias Weisser --- drivers/usb/host/ehci-mxc.c | 28 ++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c index 6af35ab