From: Patrice Chotard Date: Thu, 16 Mar 2023 07:03:42 +0000 (+0100) Subject: configs: stm32mp15: Add usb_pgood_delay for ST boards X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=7950b1dcf1e32017466a6f79872efb33594412d7;p=u-boot.git configs: stm32mp15: Add usb_pgood_delay for ST boards Add usb_pgood_delay to ensure a correct detection of USB devices. Signed-off-by: Patrice Chotard Reviewed-by: Patrick Delaunay --- diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h index d0cd4130ce..866cd7a719 100644 --- a/include/configs/stm32mp15_st_common.h +++ b/include/configs/stm32mp15_st_common.h @@ -9,6 +9,7 @@ #define __CONFIG_STM32MP15_ST_COMMON_H__ #define STM32MP_BOARD_EXTRA_ENV \ + "usb_pgood_delay=2000\0" \ "console=ttySTM0\0" #include