Commit e29c6486 authored by Olof Johansson's avatar Olof Johansson

Merge tag 'samsung-fixes-2' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 9209bec4 4e03394e
...@@ -368,3 +368,7 @@ wakeup { ...@@ -368,3 +368,7 @@ wakeup {
}; };
}; };
}; };
&usbdrd_dwc3_1 {
dr_mode = "host";
};
...@@ -838,6 +838,14 @@ &uart_3 { ...@@ -838,6 +838,14 @@ &uart_3 {
status = "okay"; status = "okay";
}; };
&usbdrd_dwc3_0 {
dr_mode = "host";
};
&usbdrd_dwc3_1 {
dr_mode = "host";
};
&usbdrd_phy0 { &usbdrd_phy0 {
vbus-supply = <&usb300_vbus_reg>; vbus-supply = <&usb300_vbus_reg>;
}; };
......
...@@ -815,7 +815,7 @@ usbdrd3_0: usb@12000000 { ...@@ -815,7 +815,7 @@ usbdrd3_0: usb@12000000 {
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
dwc3 { usbdrd_dwc3_0: dwc3 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x12000000 0x10000>; reg = <0x12000000 0x10000>;
interrupts = <0 72 0>; interrupts = <0 72 0>;
...@@ -841,7 +841,7 @@ usbdrd3_1: usb@12400000 { ...@@ -841,7 +841,7 @@ usbdrd3_1: usb@12400000 {
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
dwc3 { usbdrd_dwc3_1: dwc3 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x12400000 0x10000>; reg = <0x12400000 0x10000>;
interrupts = <0 73 0>; interrupts = <0 73 0>;
......
...@@ -826,6 +826,14 @@ &uart_3 { ...@@ -826,6 +826,14 @@ &uart_3 {
status = "okay"; status = "okay";
}; };
&usbdrd_dwc3_0 {
dr_mode = "host";
};
&usbdrd_dwc3_1 {
dr_mode = "host";
};
&usbdrd_phy0 { &usbdrd_phy0 {
vbus-supply = <&usb300_vbus_reg>; vbus-supply = <&usb300_vbus_reg>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment