[PATCH 1/2] arm64: dts: ti: k3-am625-sk: Add boot phase tags for USB0

From: Sjoerd Simons
Date: Fri Jan 12 2024 - 04:18:12 EST


The USB0 port on the AM62x SK can be used for DFU booting. To enable
that functionality mark with bootph-all.

Signed-off-by: Sjoerd Simons <sjoerd@xxxxxxxxxxxxx>
---

arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
index 33768c02d8eb..d59a8a4c0ea5 100644
--- a/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi
@@ -460,6 +460,7 @@ mbox_m4_0: mbox-m4-0 {
};

&usbss0 {
+ bootph-all;
status = "okay";
ti,vbus-divider;
};
@@ -470,6 +471,7 @@ &usbss1 {
};

&usb0 {
+ bootph-all;
#address-cells = <1>;
#size-cells = <0>;
usb-role-switch;
--
2.43.0