arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for...
authorAswath Govindraju <a-govindraju@ti.com>
Wed, 18 May 2022 11:19:13 +0000 (16:49 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 17:37:32 +0000 (13:37 -0400)
commit36dafd8045ebe1cfb452a87e51fa394849532a7d
tree3cde144c1a032f9f75ade7ed0f134ac7e67f0f2d
parent750d8470cbdd323bafc0a79df582f9057b8f50ba
arm: mach-k3: am6_init: Fix the path and value's length in the fixup performed for usb boot

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 <a-govindraju@ti.com>
arch/arm/mach-k3/am6_init.c