]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am625-sk: Enable usb port in u-boot
authorSjoerd Simons <sjoerd@collabora.com>
Mon, 6 May 2024 14:38:43 +0000 (15:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 15 May 2024 16:45:02 +0000 (10:45 -0600)
Enable usb0 in all boot phases for use with DFU

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
arch/arm/dts/k3-am625-sk-u-boot.dtsi

index fa778b0ff4c187da163cb483cd6a956d5d8416c6..1fc0d407cbf3d7560c99964947d2fc2ce165bd97 100644 (file)
 &cpsw_port2 {
        status = "disabled";
 };
+
+&usbss0 {
+       bootph-all;
+};
+
+&usb0 {
+       dr_mode = "peripheral";
+       bootph-all;
+};