Skip to content

Commit e68d269

Browse files
committed
usb: opiz3: increase USB detect timeout
if the timeout is less than 2.1 seconds, then some flash drives are stratified on the 12 Mb/s bus
1 parent 8766959 commit e68d269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/orangepi_zero3_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ CONFIG_SPI=y
3232
CONFIG_USB_EHCI_HCD=y
3333
CONFIG_USB_OHCI_HCD=y
3434
CONFIG_USB_MUSB_HOST=y
35-
CONFIG_PREBOOT="setenv usb_pgood_delay 2000; usb start"
35+
CONFIG_PREBOOT="setenv usb_pgood_delay 2500; usb start"

0 commit comments

Comments
 (0)