diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-09-09 11:45:24 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-04-19 10:10:17 +0200 |
commit | 0d5bd362f61dd3dc54f9a32fd38541b8d5c5d869 (patch) | |
tree | 8670bb6ae9eb9a25ba948e57164356ac582c618e /configs/stm32mp15_defconfig | |
parent | daf07215e8c4aed16af81e1615396f5502040c1f (diff) | |
download | u-boot-0d5bd362f61dd3dc54f9a32fd38541b8d5c5d869.tar.gz u-boot-0d5bd362f61dd3dc54f9a32fd38541b8d5c5d869.tar.bz2 u-boot-0d5bd362f61dd3dc54f9a32fd38541b8d5c5d869.zip |
configs: stm32mp15: set CONFIG_USB_HUB_DEBOUNCE_TIMEOUT=2s
With some USB devices connected on USB HUB for the STMicroelectronics
boards, set the usb_pgood_delay=2 is not enough to ensure a correct
detection for all cases; but it is solved with USB_HUB_DEBOUNCE_TIMEOUT=2s.
For example, issue encountered with the USB flash disk:
ID 058f:6387 Alcor Micro Corp. Flash Drive
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp15_defconfig')
-rw-r--r-- | configs/stm32mp15_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig index 2676ff381d..a8eda7b4ad 100644 --- a/configs/stm32mp15_defconfig +++ b/configs/stm32mp15_defconfig @@ -22,6 +22,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 CONFIG_BOOTCOMMAND="run bootcmd_stm32mp" CONFIG_FDT_SIMPLEFB=y +CONFIG_USB_HUB_DEBOUNCE_TIMEOUT=2000 CONFIG_SYS_PBSIZE=1050 CONFIG_SYS_BOOTM_LEN=0x2000000 CONFIG_CMD_ADTIMG=y |