]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am625-phyboard-lyra-rdk: Enable usb port in u-boot
authorWadim Egorov <w.egorov@phytec.de>
Mon, 10 Jun 2024 13:33:46 +0000 (15:33 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 16:29:00 +0000 (10:29 -0600)
Enable usb0 in all boot phases for use with DFU.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Daniel Schultz <d.schultz@phytec.de>
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi

index 7c76acc0d59b69822d292852cdeb9163e51f89a8..2bc5acbec23c2f9e9cbacdf41f353c3201dbb6cd 100644 (file)
        bootph-all;
 };
 
+&usbss0 {
+       bootph-all;
+};
+
+&usb0 {
+       dr_mode = "peripheral";
+       bootph-all;
+};
+
 &vcc_3v3_mmc {
        bootph-all;
 };