diff options
author | Jimmy Hon <[email protected]> | 2023-11-26 14:08:45 -0600 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2023-11-28 11:13:05 +0100 |
commit | 9ecf44fedc17ff267968b5fff589bf6793fc7ddd (patch) | |
tree | 93b749b68b2f834083d0e8cedfc451fc5e362fb6 | |
parent | e926380ea2a2b10d01069917e6d678ca818f6ad8 (diff) |
arm64: dts: rockchip: add USB3 host on rk3588s-orangepi-5
Enable USB3 host controller for the Orange Pi 5.
Signed-off-by: Jimmy Hon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts b/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts index 8f399c4317bd..f7a6132d8205 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts @@ -660,3 +660,7 @@ &usb_host1_ohci { status = "okay"; }; + +&usb_host2_xhci { + status = "okay"; +}; |