diff mbox series

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

Message ID 20240112091745.1896922-3-sjoerd@collabora.com (mailing list archive)
State New, archived
Headers show
Series Set boot tags for the usb0 port of AM62x SK and Beagleplay | expand

Commit Message

Sjoerd Simons Jan. 12, 2024, 9:17 a.m. UTC
The USB0 port on the beagleplay can be used for DFU booting. To enable
that functionality mark with bootph-all.

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>

---

 arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
index eadbdd9ffe37..1c243ec63dd8 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
@@ -573,11 +573,13 @@  &mcu_i2c0 {
 };
 
 &usbss0 {
+	bootph-all;
 	ti,vbus-divider;
 	status = "okay";
 };
 
 &usb0 {
+	bootph-all;
 	dr_mode = "peripheral";
 };