]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral...
authorAswath Govindraju <a-govindraju@ti.com>
Fri, 4 Jun 2021 16:30:37 +0000 (22:00 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 9 Jun 2021 16:53:44 +0000 (22:23 +0530)
Add U-Boot tags and fix the dr_mode as peripheral in U-Boot to support DFU
by default.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210604163043.12811-8-a-govindraju@ti.com
arch/arm/dts/k3-am642-evm-u-boot.dtsi

index 10dea7a1cc462310cef65743decdf41723efaba7..ed38b7269ee5204ed415fd45b0d53e63198f753c 100644 (file)
        u-boot,dm-spl;
 };
 
+&usb0 {
+       dr_mode="peripheral";
+       u-boot,dm-spl;
+};
+
+&usbss0 {
+       u-boot,dm-spl;
+};
+
+&main_usb0_pins_default {
+       u-boot,dm-spl;
+};
+
 &dmss {
        u-boot,dm-spl;
 };