mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user