arm64: dts: rockchip: rk3568-evb: set dr_mode to otg for usbdrd_dwc3

Signed-off-by: Bin Yang <yangbin@rock-chips.com>
Change-Id: I49c1ef94d80844e070bea0fd8da83df308154a8d
This commit is contained in:
Bin Yang
2020-11-16 11:01:37 +08:00
committed by Tao Huang
parent b3e55713e0
commit d36cebdd6b

View File

@@ -1581,7 +1581,8 @@
status = "okay";
usbdrd_dwc3: dwc3@fcc00000 {
dr_mode = "peripheral";
dr_mode = "otg";
extcon = <&usb2phy0>;
maximum-speed = "high-speed";
status = "okay";
};