mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -1042,7 +1042,7 @@
|
||||
};
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "peripheral";
|
||||
dr_mode = "otg";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -1021,8 +1021,7 @@
|
||||
};
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "peripheral";
|
||||
maximum-speed = "high-speed";
|
||||
dr_mode = "otg";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user