Re: [U-Boot] [PATCH v2 05/11] x86: quark: Add USB PHY initialization support

2015-09-02 Thread Bin Meng
Hi Simon, On Wed, Sep 2, 2015 at 10:05 PM, Simon Glass wrote: > Hi Bin, > > On 2 September 2015 at 03:17, Bin Meng wrote: >> USB PHY needs to be properly initialized per Quark firmware writer >> guide, otherwise the EHCI controller on Quark SoC won't work. >> >> Signed-off-by: Bin Meng >> >> --

Re: [U-Boot] [PATCH v2 05/11] x86: quark: Add USB PHY initialization support

2015-09-02 Thread Simon Glass
Hi Bin, On 2 September 2015 at 03:17, Bin Meng wrote: > USB PHY needs to be properly initialized per Quark firmware writer > guide, otherwise the EHCI controller on Quark SoC won't work. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - New patch to add USB PHY initialization support >

[U-Boot] [PATCH v2 05/11] x86: quark: Add USB PHY initialization support

2015-09-02 Thread Bin Meng
USB PHY needs to be properly initialized per Quark firmware writer guide, otherwise the EHCI controller on Quark SoC won't work. Signed-off-by: Bin Meng --- Changes in v2: - New patch to add USB PHY initialization support arch/x86/cpu/quark/quark.c | 41 ++