]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: stm32mp13: Increase usb_pgood_delay for ST boards
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 16 Mar 2023 07:03:43 +0000 (08:03 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 19 Apr 2023 07:45:34 +0000 (09:45 +0200)
With some USB device, the current usb_pgood_delay value is not long
enough to ensure a correct detection.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
include/configs/stm32mp13_st_common.h

index ad8126f61039393b9f09a5578a61ba0c49e0b8ea..20ec11477d6866a12d162748a09221ca177d4a2d 100644 (file)
@@ -9,7 +9,7 @@
 #define __CONFIG_STM32MP13_ST_COMMON_H__
 
 #define STM32MP_BOARD_EXTRA_ENV \
-       "usb_pgood_delay=1000\0" \
+       "usb_pgood_delay=2000\0" \
        "console=ttySTM0\0"
 
 #include <configs/stm32mp13_common.h>