[PATCH 1/3] arm: dts: rockchip: rk3566: Enable USB OTG for Radxa CM3

Manoj Sai abbaraju.manojsai at amarulasolutions.com
Thu Feb 23 17:35:51 CET 2023


Enable USB OTG support for Radxa Compute Module 3 IO Board

Signed-off-by: Manoj Sai <abbaraju.manojsai at amarulasolutions.com>
---

Note: Above changeset has sent to kernel mailing list, which is currently under review.
https://lore.kernel.org/linux-arm-kernel/20230223135929.630787-1-abbaraju.manojsai@amarulasolutions.com/T/#u
---
 arch/arm/dts/rk3566-radxa-cm3-io.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/rk3566-radxa-cm3-io.dts b/arch/arm/dts/rk3566-radxa-cm3-io.dts
index d89d5263cb..5e4236af4f 100644
--- a/arch/arm/dts/rk3566-radxa-cm3-io.dts
+++ b/arch/arm/dts/rk3566-radxa-cm3-io.dts
@@ -254,6 +254,14 @@
 	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>;
-- 
2.25.1



More information about the U-Boot mailing list