diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-30 13:39:01 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 17:19:30 (GMT) |
commit | c71ff38e325fa41a610b051030db41d9cdf011ef (patch) | |
tree | 39b2d5ce8fbd713aaad303c32bb1cc3457e6e125 /arch | |
parent | bd73da8c3b9dd1cc8957bb2c90757fffb51b1396 (diff) | |
download | linux-c71ff38e325fa41a610b051030db41d9cdf011ef.tar.xz |
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>
Diffstat (limited to 'arch')
-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 c538826..513ec62 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 { |