arm64: dts: ti: k3-am625-beagleplay: Add boot phase tags for USB0
authorSjoerd Simons <sjoerd@collabora.com>
Fri, 12 Jan 2024 09:17:08 +0000 (10:17 +0100)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 5 Feb 2024 13:55:56 +0000 (19:25 +0530)
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>
Link: https://lore.kernel.org/r/20240112091745.1896922-3-sjoerd@collabora.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts

index eadbdd9ffe37707a704b0eca59d50fb0995e0676..1c243ec63dd83abb4aaa22ee023fd8a825dd0671 100644 (file)
 };
 
 &usbss0 {
+       bootph-all;
        ti,vbus-divider;
        status = "okay";
 };
 
 &usb0 {
+       bootph-all;
        dr_mode = "peripheral";
 };