commit | d3919c0cf51b00bde5ddd206873aa23f9ec38f50 | [log] [tgz] |
---|---|---|
author | Gary Bisson <gary.bisson@boundarydevices.com> | Thu Jan 12 12:18:44 2017 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jan 27 10:38:26 2017 +0100 |
tree | 361925d2e0db9231e082d171167d4065ab404151 | |
parent | d97c260ce429033c2dbc1ec8a82cba14881a11fb [diff] |
imx: nitrogen6x: fix USB host initialization USB Host scanning has been broken since v2016.05. This is due to all the USB changes that happened between v2016.03 and v2016.05, especially: 2ef117fe4f usb: Remove 200 ms delay in usb_hub_port_connect_change() a22a264ec3 usb: Change power-on / scanning timeout handling So we need to increase the init delay to 2s using the usb_pgood_delay environment variable. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>