Re: [PATCH 2/3] arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for usb boot

2022-06-10 Thread Tom Rini
On Wed, May 18, 2022 at 04:49:13PM +0530, Aswath Govindraju wrote: > The node name of the bus in the device tree has changed. Also, the length > argument to be passed should be the length of new value. Therefore, fix the > path to usb device tree node as well as the length argument passed. > >

[PATCH 2/3] arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for usb boot

2022-05-18 Thread Aswath Govindraju
The node name of the bus in the device tree has changed. Also, the length argument to be passed should be the length of new value. Therefore, fix the path to usb device tree node as well as the length argument passed. Signed-off-by: Aswath Govindraju --- arch/arm/mach-k3/am6_init.c | 4 ++-- 1