Re: [PATCH 2/2] configs: stm32mp13: Increase usb_pgood_delay for ST boards

2023-04-19 Thread Patrice CHOTARD
On 3/16/23 08:03, Patrice Chotard wrote: > With some USB device, the current usb_pgood_delay value is not long > enough to ensure a correct detection. > > Signed-off-by: Patrice Chotard > --- > > include/configs/stm32mp13_st_common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [PATCH 2/2] configs: stm32mp13: Increase usb_pgood_delay for ST boards

2023-04-17 Thread Patrick DELAUNAY
Hi, On 3/16/23 08:03, Patrice Chotard wrote: With some USB device, the current usb_pgood_delay value is not long enough to ensure a correct detection. Signed-off-by: Patrice Chotard --- include/configs/stm32mp13_st_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] configs: stm32mp13: Increase usb_pgood_delay for ST boards

2023-03-16 Thread Patrice Chotard
With some USB device, the current usb_pgood_delay value is not long enough to ensure a correct detection. Signed-off-by: Patrice Chotard --- include/configs/stm32mp13_st_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/stm32mp13_st_common.h