arm64: dts: rockchip: add lower USB3 port to rock-5b
authorSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 8 Apr 2024 22:50:37 +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 lower USB3 port from
Radxa Rock 5 Model B. The upper one is already supported.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240408225109.128953-11-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

index d6bf2ee07e87ca37216df77349cfcf8318412625..b67b6c50d0dcd97936bd16e262afcbe3dbaad2ea 100644 (file)
        status = "okay";
 };
 
+&u2phy1 {
+       status = "okay";
+};
+
+&u2phy1_otg {
+       status = "okay";
+};
+
 &u2phy2 {
        status = "okay";
 };
        status = "okay";
 };
 
+&usbdp_phy1 {
+       status = "okay";
+};
+
 &usb_host0_ehci {
        status = "okay";
 };
        status = "okay";
 };
 
+&usb_host1_xhci {
+       dr_mode = "host";
+       status = "okay";
+};
+
 &usb_host2_xhci {
        status = "okay";
 };