diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2018-06-06 17:54:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-03 00:14:31 -0700 |
commit | f9d1dec9fbce30801975eb177692cc893622ee71 (patch) | |
tree | 79e7187fcad766edf87f57987bcd5407da36bc6d /arch/arm | |
parent | 79932e7ae97dca914963f710ae7950f64021151d (diff) | |
download | linux-f9d1dec9fbce30801975eb177692cc893622ee71.tar.bz2 |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am335x-sl50.dts | 2 |
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 { |