Commit 47315d39 authored by Hrushikesh Salunke's avatar Hrushikesh Salunke Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-am62a7-sk: Add bootph-all tag to usb0_phy_ctrl node



Add bootph-all property to the USB0 PHY controller node to make it
available during all boot phases. This is required for USB DFU boot.

Signed-off-by: default avatarHrushikesh Salunke <h-salunke@ti.com>
Reviewed-by: default avatarSiddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: default avatarJudith Mendez <jm@ti.com>
Link: https://patch.msgid.link/20250902053009.1732607-2-h-salunke@ti.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 6fdcb101
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -705,6 +705,10 @@ usb0_hs_ep: endpoint {
	};
};

&usb0_phy_ctrl {
	bootph-all;
};

&usbss1 {
	status = "okay";
};