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>
This commit is contained in:
Sjoerd Simons 2014-09-25 17:32:31 +09:00 коммит произвёл Kukjin Kim
Родитель e1c69efc52
Коммит 4e03394e93
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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