arm64: dts: ti: k3-am625-sk: Add boot phase tags for USB0
authorSjoerd Simons <sjoerd@collabora.com>
Fri, 12 Jan 2024 09:17:07 +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 AM62x SK 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-2-sjoerd@collabora.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

index 33768c02d8eb16c3992534b05d20106ae59e867d..d59a8a4c0ea54bfe77cdefcc7a012b4bf07a54cb 100644 (file)
 };
 
 &usbss0 {
+       bootph-all;
        status = "okay";
        ti,vbus-divider;
 };
 };
 
 &usb0 {
+       bootph-all;
        #address-cells = <1>;
        #size-cells = <0>;
        usb-role-switch;