ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Thu, 25 Sep 2014 08:32:31 +0000 (17:32 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 16 Oct 2014 23:17:35 +0000 (08:17 +0900)
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>
arch/arm/boot/dts/exynos5420-arndale-octa.dts

index 434fd9d..fc2e983 100644 (file)
                };
        };
 };
+
+&usbdrd_dwc3_1 {
+       dr_mode = "host";
+};