mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge "driver: usb:Increase timeout for XHCI events by 1000ms"
This commit is contained in:
commit
276a30716d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#define MAX_EP_CTX_NUM 31
|
||||
#define XHCI_ALIGNMENT 64
|
||||
/* Generic timeout for XHCI events */
|
||||
#define XHCI_TIMEOUT 5000
|
||||
#define XHCI_TIMEOUT 6000
|
||||
/* Max number of USB devices for any host controller - limit in section 6.1 */
|
||||
#define MAX_HC_SLOTS 256
|
||||
/* Section 5.3.3 - MaxPorts */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue