Message ID | 20230223135929.630787-1-abbaraju.manojsai@amarulasolutions.com |
---|---|
State | Accepted |
Commit | 477ed3ade6a46e445b4e2348b710c51df4f6f4b1 |
Headers | show |
Series | arm64: dts: rockchip: rk3566: Enable USB OTG for Radxa CM3 | expand |
On Thu, 23 Feb 2023 19:29:29 +0530, Manoj Sai wrote: > Enable USB OTG support for Radxa Compute Module 3 IO Board > > Applied, thanks! [1/1] arm64: dts: rockchip: rk3566: Enable USB OTG for Radxa CM3 commit: 477ed3ade6a46e445b4e2348b710c51df4f6f4b1 Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts index d89d5263cb5e..5e4236af4fcb 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts @@ -254,6 +254,14 @@ &usb_host1_xhci { status = "okay"; }; +&usb2phy0_otg { + status = "okay"; +}; + +&usb_host0_xhci { + status = "okay"; +}; + &vop { assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>; assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>;