arm64: dts: rockchip: add upper USB3 port to rock-5a
authorSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 8 Apr 2024 22:50:36 +0000 (00:50 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 12 Apr 2024 14:20:42 +0000 (16:20 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts

index 00afb90d4eb10bab9db61591c9f5cb167c37ec93..b8ca3ee4c89a8affc81d5ca2ca27636832d26ee4 100644 (file)
        };
 };
 
+&u2phy0 {
+       status = "okay";
+};
+
+&u2phy0_otg {
+       status = "okay";
+};
+
 &u2phy2 {
        status = "okay";
 };
        status = "okay";
 };
 
+&usbdp_phy0 {
+       status = "okay";
+       rockchip,dp-lane-mux = <2 3>;
+};
+
 &usb_host0_ehci {
        status = "okay";
        pinctrl-names = "default";
        status = "okay";
 };
 
+&usb_host0_xhci {
+       dr_mode = "host";
+       status = "okay";
+};
+
 &usb_host1_ehci {
        status = "okay";
 };