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

2023-04-14 Thread Kever Yang



On 2023/2/26 21:22, Manoj Sai wrote:

Enable USB OTG support for Radxa Compute Module 3 IO Board

Signed-off-by: Manoj Sai 

Reviewed-by: Kever Yang 

Thanks,
- Kever

---
Changes for v2 :-
- None.

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.manoj...@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>;


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

2023-02-26 Thread Manoj Sai
Enable USB OTG support for Radxa Compute Module 3 IO Board

Signed-off-by: Manoj Sai 
---
Changes for v2 :-
- None.

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.manoj...@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