diff options
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | 2020-09-18 13:29:42 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-28 16:37:03 +0800 |
commit | 42ab1ba8873d0b144a9417231e7b15a26b6137ad (patch) | |
tree | c0d13cfd06ed3113c914c6060de2a256b1640d24 /arch | |
parent | b8a4f64a3277fd30b1ee04bacf03d0dd3f5ade88 (diff) | |
download | lwn-42ab1ba8873d0b144a9417231e7b15a26b6137ad.tar.gz lwn-42ab1ba8873d0b144a9417231e7b15a26b6137ad.zip |
ARM: dts: imx7-mba7: set dr_mode to otg on usbotg1
USBOTG1 has a Micro-USB port that can be used in host mode (using an OTG
cable) or device mode.
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx7-mba7.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7-mba7.dtsi b/arch/arm/boot/dts/imx7-mba7.dtsi index f9704c354e1d..c6d1c63f7905 100644 --- a/arch/arm/boot/dts/imx7-mba7.dtsi +++ b/arch/arm/boot/dts/imx7-mba7.dtsi @@ -579,7 +579,7 @@ hnp-disable; adp-disable; over-current-active-low; - dr_mode = "host"; + dr_mode = "otg"; status = "okay"; }; |