diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-30 14:39:01 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 18:19:30 +0100 |
commit | c71ff38e325fa41a610b051030db41d9cdf011ef (patch) | |
tree | 39b2d5ce8fbd713aaad303c32bb1cc3457e6e125 | |
parent | ARM: dts: am57xx: sbc-am57x: fix SB-SOM EEPROM I2C address (diff) | |
download | linux-c71ff38e325fa41a610b051030db41d9cdf011ef.tar.xz linux-c71ff38e325fa41a610b051030db41d9cdf011ef.zip |
ARM: dts: am57xx: cl-som-am57x: set HOST mode for USB2
Setup USB2 to act in "HOST" mode by default.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index c53882643ae9..513ec62bac1b 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -588,7 +588,7 @@ }; &usb2 { - dr_mode = "peripheral"; + dr_mode = "host"; }; &mcasp3 { |