Skip to content

Commit af7ec14

Browse files
sremmind
authored andcommitted
arm64: dts: rockchip: add upper USB3 port to rock-5a
Enable full support (XHCI, EHCI, OHCI) for the upper USB3 port from Radxa Rock 5 Model A. The lower one is already supported. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Link: https://lore.kernel.org/r/20240408225109.128953-10-sebastian.reichel@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent b37146b commit af7ec14

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

+18
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,14 @@
697697
};
698698
};
699699

700+
&u2phy0 {
701+
status = "okay";
702+
};
703+
704+
&u2phy0_otg {
705+
status = "okay";
706+
};
707+
700708
&u2phy2 {
701709
status = "okay";
702710
};
@@ -720,6 +728,11 @@
720728
status = "okay";
721729
};
722730

731+
&usbdp_phy0 {
732+
status = "okay";
733+
rockchip,dp-lane-mux = <2 3>;
734+
};
735+
723736
&usb_host0_ehci {
724737
status = "okay";
725738
pinctrl-names = "default";
@@ -730,6 +743,11 @@
730743
status = "okay";
731744
};
732745

746+
&usb_host0_xhci {
747+
dr_mode = "host";
748+
status = "okay";
749+
};
750+
733751
&usb_host1_ehci {
734752
status = "okay";
735753
};

0 commit comments

Comments
 (0)