summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos5420-arndale-octa.dts
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-10-19 13:34:52 -0700
committerOlof Johansson <olof@lixom.net>2014-10-19 13:34:52 -0700
commite29c64865f6c7eeb98f7c6e2371f1100101f7562 (patch)
tree46ef98c9d1590d9e0da02e560f1546c2b6164d24 /arch/arm/boot/dts/exynos5420-arndale-octa.dts
parent9209bec4f8112928c796f70400a23d1f44469631 (diff)
parent4e03394e939135adcd453bd538ea02d98a30473b (diff)
Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
Pull more fixes from Kukjin Kim: 2nd Samsung fixes for v3.18 - Explicitly set dr_mode on exynos5800-peach-pi, exynos5420-peach-pit and exynos5420-arndale-octa boards, because the USB dwc3 controller will not work properly without dr_mode as host on above boards if the USB host and gadget are enabled in kernel configuration both. * tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa ARM: dts: Explicitly set dr_mode on exynos Peach boards Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420-arndale-octa.dts')
-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 4f2df61c1cfc..aa7a7d727a7e 100644
--- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
+++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
@@ -368,3 +368,7 @@
};
};
};
+
+&usbdrd_dwc3_1 {
+ dr_mode = "host";
+};