mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: rk3588-nvr-demo: remove hs limit for usb3_0
Because the usb3_0 super-speed phy driver is ready, let's remove the maximum-speed limit for usb3_0 on nvr demo board. Add also enable the usbdp_phy1_u3 to force usb3_1 to u2 only. Signed-off-by: William Wu <william.wu@rock-chips.com> Change-Id: If8835a667ad9e561d0291130b8fd1fbbe0fc6206
This commit is contained in:
@@ -574,7 +574,8 @@
|
||||
};
|
||||
|
||||
&usbdp_phy1_u3 {
|
||||
status = "disabled";
|
||||
maximum-speed = "high-speed";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd3_0 {
|
||||
@@ -587,7 +588,6 @@
|
||||
|
||||
&usbdrd_dwc3_0 {
|
||||
dr_mode = "peripheral";
|
||||
maximum-speed = "high-speed";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user