diff options
| author | Patrice Chotard <[email protected]> | 2023-03-16 08:03:42 +0100 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2023-04-19 09:45:33 +0200 |
| commit | 7950b1dcf1e32017466a6f79872efb33594412d7 (patch) | |
| tree | 8b0d59ac625c3f5fb62d3f98f0f7e4dd73f965ae /include | |
| parent | 5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79 (diff) | |
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 <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32mp15_st_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stm32mp15_st_common.h b/include/configs/stm32mp15_st_common.h index d0cd4130cec..866cd7a719f 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 <configs/stm32mp15_common.h> |
