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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user