Skip to content
Snippets Groups Projects
Commit e80e2a09 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Boris Brezillon
Browse files

arm64: dts: rockchip: rk3588s-rock5a: add upper USB3 port


Enable full support (XHCI, EHCI, OHCI) for the upper USB3 port from
Radxa Rock 5 Model A.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 3463dffd
No related branches found
No related tags found
Loading
......@@ -706,6 +706,14 @@
};
};
&u2phy0 {
status = "okay";
};
&u2phy0_otg {
status = "okay";
};
&u2phy2 {
status = "okay";
};
......@@ -729,6 +737,15 @@
status = "okay";
};
&usbdp_phy0 {
status = "okay";
rockchip,dp-lane-mux = <2 3>;
};
&usbdp_phy0_u3 {
status = "okay";
};
&usb_host0_ehci {
status = "okay";
pinctrl-names = "default";
......@@ -739,6 +756,11 @@
status = "okay";
};
&usb_host0_xhci {
dr_mode = "host";
status = "okay";
};
&usb_host1_ehci {
status = "okay";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment