From a89ff613736d6bc01dbeeac3f6de11a469e3485d Mon Sep 17 00:00:00 2001
From: Tobias Poganiuch <tobias.poganiuch@seco.com>
Date: Wed, 1 Feb 2023 10:56:20 +0100
Subject: [PATCH] dts:mc3: Changed default mode for DWC3 to peripheral

---
 arch/arm64/boot/dts/seconorth/mc3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/seconorth/mc3.dtsi b/arch/arm64/boot/dts/seconorth/mc3.dtsi
index dfc43c22ef459..3cda308521232 100644
--- a/arch/arm64/boot/dts/seconorth/mc3.dtsi
+++ b/arch/arm64/boot/dts/seconorth/mc3.dtsi
@@ -1056,7 +1056,7 @@ &usb3_0 {
 };
 
 &usb_dwc3_0 {
-	dr_mode = "otg";
+	dr_mode = "peripheral";
 	hnp-disable;
 	srp-disable;
 	adp-disable;
-- 
GitLab