aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <[email protected]>2014-09-25 17:32:31 +0900
committerKukjin Kim <[email protected]>2014-10-17 08:17:35 +0900
commit4e03394e939135adcd453bd538ea02d98a30473b (patch)
tree2f4123d1502a230a7a1db8414d868727455ac9d8
parente1c69efc52bbad7fa289694672d467ab4fdf9f52 (diff)
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 <[email protected]> Signed-off-by: Sjoerd Simons <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
-rw-r--r--arch/arm/boot/dts/exynos5420-arndale-octa.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
index 434fd9d3e09d..fc2e983cb344 100644
--- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
+++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
@@ -375,3 +375,7 @@
};
};
};
+
+&usbdrd_dwc3_1 {
+ dr_mode = "host";
+};