Skip to content

Commit

Permalink
Merge tag 'samsung-fixes-v3.18' of git://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/kernel/git/kgene/linux-samsung into fixes

Pull "Samsung fixes for v3.18" from Kukjin Kim:

- explicitly set dr_mode on exynos5250-snow
  this is required when kernel is built with USB gadget support.

* tag 'samsung-fixes-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: dts: Explicitly set dr_mode on exynos5250-snow

Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Nov 27, 2014
2 parents 9a343b9 + 0526f27 commit d168c85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -624,4 +624,8 @@
num-cs = <1>;
};

&usbdrd_dwc3 {
dr_mode = "host";
};

#include "cros-ec-keyboard.dtsi"
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
#size-cells = <1>;
ranges;

dwc3 {
usbdrd_dwc3: dwc3 {
compatible = "synopsys,dwc3";
reg = <0x12000000 0x10000>;
interrupts = <0 72 0>;
Expand Down

0 comments on commit d168c85

Please sign in to comment.