summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnric Balletbo i Serra2018-06-06 17:54:09 +0200
committerTony Lindgren2018-07-03 09:14:31 +0200
commitf9d1dec9fbce30801975eb177692cc893622ee71 (patch)
tree79e7187fcad766edf87f57987bcd5407da36bc6d
parentARM: dts: am335x-sl50: add a node for the LCD controller (diff)
downloadkernel-qcow2-linux-f9d1dec9fbce30801975eb177692cc893622ee71.tar.gz
kernel-qcow2-linux-f9d1dec9fbce30801975eb177692cc893622ee71.tar.xz
kernel-qcow2-linux-f9d1dec9fbce30801975eb177692cc893622ee71.zip
ARM: dts: am335x-sl50: set dr_mode to otg
The board can be either a host, or a peripheral, so set the controller as OTG mode to reflect this. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am335x-sl50.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts
index c6165d2b09ae..133e90970f1e 100644
--- a/arch/arm/boot/dts/am335x-sl50.dts
+++ b/arch/arm/boot/dts/am335x-sl50.dts
@@ -476,7 +476,7 @@
&usb0 {
status = "okay";
- dr_mode = "peripheral";
+ dr_mode = "otg";
};
&usb1 {