Enable usb0 in all boot phases for use with DFU.

Signed-off-by: Wadim Egorov <w.ego...@phytec.de>
---
 arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi 
b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
index 7c76acc0d59..2bc5acbec23 100644
--- a/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
@@ -168,6 +168,15 @@
        bootph-all;
 };
 
+&usbss0 {
+       bootph-all;
+};
+
+&usb0 {
+       dr_mode = "peripheral";
+       bootph-all;
+};
+
 &vcc_3v3_mmc {
        bootph-all;
 };
-- 
2.34.1

Reply via email to