diff options
| author | Patrice Chotard <[email protected]> | 2023-03-16 08:03:43 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2023-04-19 09:45:34 +0200 |
| commit | ac31663c9caebcec558104dddb8d8a407356e2be (patch) | |
| tree | 9e3a268dc780299e314066a989523d194ed0960a /include/configs | |
| parent | 7950b1dcf1e32017466a6f79872efb33594412d7 (diff) | |
configs: stm32mp13: Increase usb_pgood_delay for ST boards
With some USB device, the current usb_pgood_delay value is not long
enough to ensure a correct detection.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/stm32mp13_st_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32mp13_st_common.h b/include/configs/stm32mp13_st_common.h index ad8126f6103..20ec11477d6 100644 --- a/include/configs/stm32mp13_st_common.h +++ b/include/configs/stm32mp13_st_common.h @@ -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> |
