]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3027e33aa38d800d30b332d71dc559bb1e7d18f7
tree3cde144c1a032f9f75ade7ed0f134ac7e67f0f2d
parent1e1f0eba521aae82fbdfb6a002c778e0face5a4c
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