Skip to content

Commit

Permalink
arm64: dts: rockchip: add lower USB3 port to rock-5b
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sre authored and mmind committed Apr 12, 2024
1 parent af7ec14 commit 4945329
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,14 @@
status = "okay";
};

&u2phy1 {
status = "okay";
};

&u2phy1_otg {
status = "okay";
};

&u2phy2 {
status = "okay";
};
Expand All @@ -766,6 +774,10 @@
status = "okay";
};

&usbdp_phy1 {
status = "okay";
};

&usb_host0_ehci {
status = "okay";
};
Expand All @@ -782,6 +794,11 @@
status = "okay";
};

&usb_host1_xhci {
dr_mode = "host";
status = "okay";
};

&usb_host2_xhci {
status = "okay";
};

0 comments on commit 4945329

Please sign in to comment.