Commit 42ab1ba8 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Shawn Guo

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: default avatarMatthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b8a4f64a
......@@ -579,7 +579,7 @@ &usbotg1 {
hnp-disable;
adp-disable;
over-current-active-low;
dr_mode = "host";
dr_mode = "otg";
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment