arm64: dts: rockchip: rk3588-evb: fix dr_mode and max speed for usb3_0

1. Set the dr_mode to otg for rk3588-evb and rk3588s-evb;
2. Remove the maximum-speed hs limit for rk3588s-evb;

Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: Ia6ab7e259207fc33c2e38bd8ae4864f06b4bf3d8
This commit is contained in:
William Wu
2021-12-08 20:24:17 +08:00
committed by Tao Huang
parent cc655d45d0
commit 667d2fb962
2 changed files with 2 additions and 3 deletions

View File

@@ -1042,7 +1042,7 @@
};
&usbdrd_dwc3_0 {
dr_mode = "peripheral";
dr_mode = "otg";
status = "okay";
};

View File

@@ -1021,8 +1021,7 @@
};
&usbdrd_dwc3_0 {
dr_mode = "peripheral";
maximum-speed = "high-speed";
dr_mode = "otg";
status = "okay";
};