Re: [PATCH 1/3] board: ti: am64x: Add support for fixing dr_mode while booting from USB

2021-09-11 Thread Tom Rini
On Wed, Aug 04, 2021 at 06:42:44PM +0530, Aswath Govindraju wrote: > Fix the dr_mode in the U-Boot device tree blob, by reading the mode field > from the USB Boot Configuration fields. The dr_mode will only be fixed when > booting from USB. > > Signed-off-by: Aswath Govindraju Applied to

[PATCH 1/3] board: ti: am64x: Add support for fixing dr_mode while booting from USB

2021-08-04 Thread Aswath Govindraju
Fix the dr_mode in the U-Boot device tree blob, by reading the mode field from the USB Boot Configuration fields. The dr_mode will only be fixed when booting from USB. Signed-off-by: Aswath Govindraju --- board/ti/am64x/evm.c | 32 1 file changed, 32