Skip to content

Commit 08d8214

Browse files
committed
rockchip64-6.19: mekotronics-r58x-pro: drop duplicate usb_host0_xhci & fix USB3 Type-A port
- that was for otg/ums bringup - now `-u-boot.dts` does it instead - add missing usbdp_phy0 with lane mux split with DP (type-c/DP) - drop DP mux from usbdp_phy1 (which should just be type-a and no DP)
1 parent 6d16c7b commit 08d8214

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

patch/kernel/archive/rockchip64-6.19/dt/rk3588-mekotronics-r58x-pro.dts

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,24 +1018,20 @@
10181018
};
10191019
};
10201020

1021-
&usbdp_phy1 {
1022-
rockchip,dp-lane-mux = <0 1 2 3>;
1021+
&usbdp_phy0 {
1022+
rockchip,dp-lane-mux = <2 3>;
10231023
status = "okay";
10241024
};
10251025

1026-
&u2phy0 {
1026+
&usbdp_phy1 {
10271027
status = "okay";
10281028
};
10291029

1030-
&u2phy0_otg { // for fc000000.usb UDC
1030+
&u2phy0 {
10311031
status = "okay";
10321032
};
10331033

1034-
&usb_host0_xhci { // usb@fc000000
1035-
dr_mode = "peripheral";
1036-
maximum-speed = "high-speed";
1037-
phys = <&u2phy0_otg>;
1038-
phy-names = "usb2-phy";
1034+
&u2phy0_otg { // for fc000000.usb UDC
10391035
status = "okay";
10401036
};
10411037

0 commit comments

Comments
 (0)