mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
HACK: arm64: dts: rockchip: rk3588-evb: set max-speed to hs for usb3
This patch sets the maximum speed to high speed for USB 3.0 OTG on rk3588 and rk3588s evbs. It's used to support USB 2.0 ADB during bring up stage. In the future, if the USB 3.0 PHY driver is ready, we can revert this patch. Change-Id: I654894a894e38c39104dc6efe0446867f6894b7b Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -967,6 +967,7 @@
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "peripheral";
|
||||
maximum-speed = "high-speed";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -945,6 +945,7 @@
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "peripheral";
|
||||
maximum-speed = "high-speed";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user