diff mbox series

[v1,1/2] arm64: dts: rockchip: add USB3 host to rock-5b

Message ID 20231106155934.80838-1-sebastian.reichel@collabora.com (mailing list archive)
State New
Headers show
Series [v1,1/2] arm64: dts: rockchip: add USB3 host to rock-5b | expand

Commit Message

Sebastian Reichel Nov. 6, 2023, 3:54 p.m. UTC
Enable USB3 host controller for the Radxa ROCK 5 Model B. This adds
USB3 for the upper USB3 port (the one further away from the PCB).

The lower USB3 and the USB-C ports use the RK3588 USB TypeC host
controller, which use a different PHY without upstream support.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Heiko Stuebner Nov. 28, 2023, 10:36 a.m. UTC | #1
On Mon, 6 Nov 2023 16:54:31 +0100, Sebastian Reichel wrote:
> Enable USB3 host controller for the Radxa ROCK 5 Model B. This adds
> USB3 for the upper USB3 port (the one further away from the PCB).
> 
> The lower USB3 and the USB-C ports use the RK3588 USB TypeC host
> controller, which use a different PHY without upstream support.
> 
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: rockchip: add USB3 host to rock-5b
      commit: 3585766438c4c24dcc6cc93e26e9eccccce50a13
[2/2] arm64: dts: rockchip: add USB3 host to rock-5a
      commit: bbda1bf9586f0f0745ab1097df6975a9354a03ff

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index 741f631db345..61b937beca7f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -138,6 +138,10 @@  &combphy1_ps {
 	status = "okay";
 };
 
+&combphy2_psu {
+	status = "okay";
+};
+
 &cpu_b0 {
 	cpu-supply = <&vdd_cpu_big0_s0>;
 };
@@ -765,3 +769,7 @@  &usb_host1_ehci {
 &usb_host1_ohci {
 	status = "okay";
 };
+
+&usb_host2_xhci {
+	status = "okay";
+};