arm64: dts: rockchip: rk3588 boards: 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: Frank Wang <frank.wang@rock-chips.com>
Change-Id: Ic727b1de5f8c59e2bb90c9c1c4b524f22663fb59
This commit is contained in:
Frank Wang
2024-03-01 09:31:02 +08:00
committed by Tao Huang
parent 570ffc5278
commit d7e2ada395
6 changed files with 6 additions and 6 deletions

View File

@@ -828,6 +828,7 @@
};
&usbdp_phy1 {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = <3 2 1 0>;
status = "okay";
};
@@ -837,7 +838,6 @@
};
&usbdp_phy1_u3 {
maximum-speed = "high-speed";
status = "okay";
};

View File

@@ -795,6 +795,7 @@
};
&usbdp_phy1 {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = < 0 1 2 3 >;
status = "okay";
};
@@ -804,7 +805,6 @@
};
&usbdp_phy1_u3 {
maximum-speed = "high-speed";
status = "okay";
};

View File

@@ -368,6 +368,7 @@
};
&usbdp_phy1 {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = <3 2 1 0>;
status = "okay";
};
@@ -377,7 +378,6 @@
};
&usbdp_phy1_u3 {
maximum-speed = "high-speed";
status = "okay";
};

View File

@@ -388,6 +388,7 @@
};
&usbdp_phy1 {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = <3 2 1 0>;
status = "okay";
};
@@ -397,7 +398,6 @@
};
&usbdp_phy1_u3 {
maximum-speed = "high-speed";
status = "okay";
};

View File

@@ -647,6 +647,7 @@
};
&usbdp_phy1 {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = <3 2 1 0>;
status = "okay";
};
@@ -656,7 +657,6 @@
};
&usbdp_phy1_u3 {
maximum-speed = "high-speed";
status = "okay";
};

View File

@@ -224,6 +224,7 @@
};
&usbdp_phy1 {
maximum-speed = "high-speed";
rockchip,dp-lane-mux = <3 2 1 0>;
status = "disabled";
};
@@ -233,7 +234,6 @@
};
&usbdp_phy1_u3 {
maximum-speed = "high-speed";
status = "okay";
};