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:
William Wu
2021-11-24 17:58:31 +08:00
committed by Tao Huang
parent ffd1c1b1d6
commit 17e122ec97

View File

@@ -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";
};