[PATCH V1] arm64: dts: qcom: sc7280: Set the default dr_mode for usb2 to enable EUD.

From: Souradeep Chowdhury
Date: Tue Feb 15 2022 - 00:38:52 EST


Update the dr_mode for usb2 to 'otg' from 'host' to enable role switch for Embedded USB
Debugger(EUD) Node.

Signed-off-by: Souradeep Chowdhury <quic_schowdhu@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sc7280-idp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
index a7be133..6d3ff80 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
@@ -90,7 +90,7 @@
};

&usb_2_dwc3 {
- dr_mode = "host";
+ dr_mode = "otg";
};

&usb_2_hsphy {
--
2.7.4