commit | 271d76ec5d48ed4f019666faed9bd89da5c872d7 | [log] [tgz] |
---|---|---|
author | Aswath Govindraju <a-govindraju@ti.com> | Wed May 18 16:49:13 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 10 13:37:32 2022 -0400 |
tree | 3cde144c1a032f9f75ade7ed0f134ac7e67f0f2d | |
parent | 57c687ba290e8df4186f3f1310f362ed496a0299 [diff] |
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>