arm: dts: am654-base-board-uboot: Set USB0 dr_mode to host

USB3SS0 controller is to be used as a host in U-boot. Fix it by changing
the dr_mode to host.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
This commit is contained in:
Aswath Govindraju
2020-11-20 21:18:54 +05:30
committed by Lokesh Vutla
parent 6f9d41403a
commit d3af9e3772

View File

@@ -270,7 +270,7 @@
&usb0 {
pinctrl-names = "default";
pinctrl-0 = <&usb0_pins_default>;
dr_mode = "peripheral";
dr_mode = "host";
u-boot,dm-spl;
};