arm64: dts: ti: k3-am62p-j722s-common-main: Enable USB0 for DFU boot

Add the "bootph-all" property to the "usb0" device-tree node. This is
required for the USB0 instance of USB to be functional at all stages
of USB DFU boot.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20241220054550.153360-1-s-vadapalli@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
Siddharth Vadapalli 2024-12-20 11:15:16 +05:30 committed by Nishanth Menon
parent 6f0232577e
commit 3cc7633cab

View File

@ -651,6 +651,7 @@ usb0: usb@31000000 {
interrupt-names = "host", "peripheral";
maximum-speed = "high-speed";
dr_mode = "otg";
bootph-all;
snps,usb2-gadget-lpm-disable;
snps,usb2-lpm-disable;
};