Re: [U-Boot] [PATCH 19/20] x86: minnowmax: Enable USB xHCI support

2017-06-17 Thread Bin Meng
Hi Simon, On Sat, Jun 17, 2017 at 11:44 AM, Simon Glass wrote: > On 16 June 2017 at 07:31, Bin Meng wrote: >> BayTrail SoC supports both EHCI and xHCI controllers. However only >> one host controller (either EHCI or xHCI) can be used. To enable >> HSIC and SS ports, xHCI must be used. This turns

Re: [U-Boot] [PATCH 19/20] x86: minnowmax: Enable USB xHCI support

2017-06-16 Thread Simon Glass
On 16 June 2017 at 07:31, Bin Meng wrote: > BayTrail SoC supports both EHCI and xHCI controllers. However only > one host controller (either EHCI or xHCI) can be used. To enable > HSIC and SS ports, xHCI must be used. This turns on xHCI support on > Intel MinnowMax board. > > Signed-off-by: Bin Me

[U-Boot] [PATCH 19/20] x86: minnowmax: Enable USB xHCI support

2017-06-16 Thread Bin Meng
BayTrail SoC supports both EHCI and xHCI controllers. However only one host controller (either EHCI or xHCI) can be used. To enable HSIC and SS ports, xHCI must be used. This turns on xHCI support on Intel MinnowMax board. Signed-off-by: Bin Meng --- arch/x86/dts/minnowmax.dts | 3 +++ configs