
22 Jul
2017
22 Jul
'17
1:13 p.m.
On Tue, Jul 18, 2017 at 8:10 PM, Stefan Roese sr@denx.de wrote:
Change from EHCI to xHCI on the DFI BayTrail SoM.
The xHCI USB hub is connected to an GPIO on the DFI BayTrail SoM. For correct operation, it needs to get reset upon power-up. Otherwise it may happen that the hub is not detected after a software reboot. This patch also configures this GPIO in the dts for correct operation.
Signed-off-by: Stefan Roese sr@denx.de Cc: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
v2:
- Squashed 2 patches into one as suggested by Bin
- Added Bin's reviewed-by
arch/x86/dts/dfi-bt700.dtsi | 12 ++++++++++++ board/dfi/dfi-bt700/Kconfig | 1 + board/dfi/dfi-bt700/dfi-bt700.c | 27 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+)
applied to u-boot-x86, thanks!