Эх сурвалжийг харах

ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa

Explicitly set the dr_mode for the second dwc3 controller on the
Arndale Octa board to host mode. This is required to ensure the
controller is initialized in the right mode if the kernel is build
with USB gadget support.

Reported-By: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Sjoerd Simons 11 жил өмнө
parent
commit
4e03394e93

+ 4 - 0
arch/arm/boot/dts/exynos5420-arndale-octa.dts

@@ -375,3 +375,7 @@
 		};
 	};
 };
+
+&usbdrd_dwc3_1 {
+	dr_mode = "host";
+};