mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 04:19:27 +01:00
Merge "ipq40xx: Fix for USB 3.0 detection"
This commit is contained in:
commit
318f41e4e4
1 changed files with 5 additions and 6 deletions
|
|
@ -252,13 +252,12 @@ int usb_init(void)
|
|||
}
|
||||
controllers_initialized++;
|
||||
usb_started = true;
|
||||
}
|
||||
|
||||
/*
|
||||
* lowlevel init done, now scan the bus for devices i.e. search HUBs
|
||||
* and configure them, first scan primary controllers.
|
||||
*/
|
||||
uclass_foreach_dev(bus, uc) {
|
||||
/*
|
||||
* lowlevel init done, now scan the bus for devices i.e. search HUBs
|
||||
* and configure them, first scan primary controllers.
|
||||
*/
|
||||
|
||||
if (!device_active(bus))
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue