]> git.sur5r.net Git - u-boot/commit
usb: hub: allow pgood_delay to be specified via env
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:21:12 +0000 (12:21 -0700)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:47:48 +0000 (05:47 +0200)
commit319418c01c95f3c6a0d37a4d82740b437aa23b0e
tree0f483d78cf7f1536a343d91196bca2cbb807fc30
parent25c0673635da1bef75ab5a9d852f92e0f0b581df
usb: hub: allow pgood_delay to be specified via env

Some USB devices break the spec and require longer warm-up times. Allow
the usb_pgood_delay env variable to override the calculated time.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
common/usb_hub.c