Skip to content

Commit

Permalink
ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sjoerd Simons authored and Kukjin Kim committed Oct 16, 2014
1 parent e1c69ef commit 4e03394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5420-arndale-octa.dts
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,7 @@
};
};
};

&usbdrd_dwc3_1 {
dr_mode = "host";
};

0 comments on commit 4e03394

Please sign in to comment.