Re: [U-Boot] [PATCH] ehci-mxc: Fix host power mask bit for i.MX35

2012-11-18 Thread Stefano Babic
On 16/11/2012 12:42, Benoît Thébaudeau wrote: > The correct bit for H1_PM is 16, not 8, which is the DP pull-up impedance > selection bit. > > This issue has been reported by Michael Burkey and fixed > by > Christoph Fritz on Linux, from which these > #define-s > had been copied. > > Signed-o

Re: [U-Boot] [PATCH] ehci-mxc: Fix host power mask bit for i.MX35

2012-11-16 Thread Stefano Babic
On 16/11/2012 12:42, Benoît Thébaudeau wrote: > The correct bit for H1_PM is 16, not 8, which is the DP pull-up impedance > selection bit. > > This issue has been reported by Michael Burkey and fixed > by > Christoph Fritz on Linux, from which these > #define-s > had been copied. > > Signed-o

[U-Boot] [PATCH] ehci-mxc: Fix host power mask bit for i.MX35

2012-11-16 Thread Benoît Thébaudeau
The correct bit for H1_PM is 16, not 8, which is the DP pull-up impedance selection bit. This issue has been reported by Michael Burkey and fixed by Christoph Fritz on Linux, from which these #define-s had been copied. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic Cc: Marek Vasut --- .