arm64: dts: rockchip: rk3588-evb2: set dr_mode to peripheral

Set the dr_mode to peripheral for rk3588-evb2 and
rk3588s-evb2 which can't support usb mode detection
automatically for the time being.

In the near future, we will support usb device/host
mode switch by software, then we can revert this patch.

Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: I618b7e32eabb2b4106f0f844125fca5c85ce33c8
This commit is contained in:
William Wu
2021-12-09 09:22:19 +08:00
committed by Tao Huang
parent 667d2fb962
commit 9727315f6e
2 changed files with 6 additions and 0 deletions

View File

@@ -482,6 +482,11 @@
rockchip,dp-lane-mux = <2 3>;
};
&usbdrd_dwc3_0 {
dr_mode = "peripheral";
status = "okay";
};
&uart9 {
status = "okay";
pinctrl-names = "default";

View File

@@ -923,5 +923,6 @@
};
&usbdrd_dwc3_0 {
dr_mode = "peripheral";
maximum-speed = "high-speed";
};