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

arm64: dts: rockchip: rk3588-rock5b: add lower USB3 port


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

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 60e06415
No related branches found
No related tags found
2 merge requests!18[DRAFT v2] HDMIRX Support,!17Draft: HDMIRX support
......@@ -715,6 +715,14 @@ &uart2 {
status = "okay";
};
&u2phy1 {
status = "okay";
};
&u2phy1_otg {
status = "okay";
};
&u2phy2 {
status = "okay";
};
......@@ -734,6 +742,14 @@ &u2phy3_host {
status = "okay";
};
&usbdp_phy1 {
status = "okay";
};
&usbdp_phy1_u3 {
status = "okay";
};
&usb_host0_ehci {
status = "okay";
};
......@@ -750,6 +766,10 @@ &usb_host1_ohci {
status = "okay";
};
&usb_host1_xhci {
status = "okay";
};
&usb_host2_xhci {
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