diff mbox series

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

Message ID 20230316070343.1074010-1-patrice.chotard@foss.st.com
State Accepted
Commit 7950b1dcf1e32017466a6f79872efb33594412d7
Delegated to: Patrice Chotard
Headers show
Series [1/2] configs: stm32mp15: Add usb_pgood_delay for ST boards | expand

Commit Message

Patrice CHOTARD March 16, 2023, 7:03 a.m. UTC
Add usb_pgood_delay to ensure a correct detection of USB devices.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---

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

Comments

Patrick DELAUNAY April 17, 2023, 3:35 p.m. UTC | #1
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 <patrice.chotard@foss.st.com>
> ---
>
>   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 <configs/stm32mp15_common.h>




Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>

Thanks
Patrick
Patrice CHOTARD April 19, 2023, 7:48 a.m. UTC | #2
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 <patrice.chotard@foss.st.com>
> ---
> 
>  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 <configs/stm32mp15_common.h>


Applied on u-boot-stm/master, thanks.
diff mbox series

Patch

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>