Re: [PATCH 1/2] configs: stm32mp15: Add usb_pgood_delay for ST boards

2023-04-19 Thread Patrice CHOTARD



On 3/16/23 08:03, Patrice Chotard wrote:
> Add usb_pgood_delay to ensure a correct detection of USB devices.
> 
> Signed-off-by: Patrice Chotard 
> ---
> 
>  include/configs/stm32mp15_st_common.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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 


Applied on u-boot-stm/master, thanks.


Re: [PATCH 1/2] configs: stm32mp15: Add usb_pgood_delay for ST boards

2023-04-17 Thread Patrick DELAUNAY

Hi,

On 3/16/23 08:03, Patrice Chotard wrote:

Add usb_pgood_delay to ensure a correct detection of USB devices.

Signed-off-by: Patrice Chotard 
---

  include/configs/stm32mp15_st_common.h | 1 +
  1 file changed, 1 insertion(+)

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 





Reviewed-by: Patrick Delaunay 

Thanks
Patrick