arm64: dts: rockchip: rk3576-test2: Fix maximum-speed for usbdp node

Since the usbdp phy driver parses "maximum-speed"
property in the parent's node not the child, this
amends all the related DT to fix it.

Signed-off-by: William Wu <william.wu@rock-chips.com>
Change-Id: I1b8b2bca5c5387ad066a8c4cb59f59563ee615d5
This commit is contained in:
William Wu
2024-03-01 19:47:36 +08:00
parent 808f42378d
commit 005e5bfc9b

View File

@@ -842,6 +842,7 @@
};
&usbdp_phy {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = <0 1 2 3>;
status = "okay";
};
@@ -851,7 +852,6 @@
};
&usbdp_phy_u3 {
maximum-speed = "high-speed";
status = "okay";
};