Re: [PATCH] board: st: stm32mp1: Consider USB cable connected when boot device is USB

2022-05-10 Thread Patrice CHOTARD
On 5/6/22 10:51, Patrick DELAUNAY wrote: > Hi, > > On 4/22/22 09:39, Patrice Chotard wrote: >> Always consider USB cable is connected when USB boot device is detected. >> >> Signed-off-by: Patrice Chotard >> --- >> >>   board/st/stm32mp1/stm32mp1.c | 7 +++ >>   1 file changed, 7 insertions

Re: [PATCH] board: st: stm32mp1: Consider USB cable connected when boot device is USB

2022-05-06 Thread Patrick DELAUNAY
Hi, On 4/22/22 09:39, Patrice Chotard wrote: Always consider USB cable is connected when USB boot device is detected. Signed-off-by: Patrice Chotard --- board/st/stm32mp1/stm32mp1.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/

[PATCH] board: st: stm32mp1: Consider USB cable connected when boot device is USB

2022-04-22 Thread Patrice Chotard
Always consider USB cable is connected when USB boot device is detected. Signed-off-by: Patrice Chotard --- board/st/stm32mp1/stm32mp1.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index fff1880e5b..62a5fc23e6 100644 ---