Skip to content

Commit

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

&u2phy0 {
status = "okay";
};

&u2phy0_otg {
status = "okay";
};

&u2phy2 {
status = "okay";
};
Expand All @@ -720,6 +728,11 @@
status = "okay";
};

&usbdp_phy0 {
status = "okay";
rockchip,dp-lane-mux = <2 3>;
};

&usb_host0_ehci {
status = "okay";
pinctrl-names = "default";
Expand All @@ -730,6 +743,11 @@
status = "okay";
};

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

&usb_host1_ehci {
status = "okay";
};
Expand Down

0 comments on commit af7ec14

Please sign in to comment.