Commit 7d37d9df authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

ARM: dts: imx7[d]-mba7: disable USB OC on USB host and USB OTG2

USB host is an HSIC interface directly connected to a USB hub. USB OTG2
is a direct connection to Mini PCIe interface without any OC signaling.
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d32fb60f
...@@ -590,6 +590,7 @@ &uart7 { ...@@ -590,6 +590,7 @@ &uart7 {
}; };
&usbh { &usbh {
disable-over-current;
status = "okay"; status = "okay";
}; };
......
...@@ -112,6 +112,7 @@ &usbotg2 { ...@@ -112,6 +112,7 @@ &usbotg2 {
srp-disable; srp-disable;
hnp-disable; hnp-disable;
adp-disable; adp-disable;
disable-over-current;
dr_mode = "host"; dr_mode = "host";
status = "okay"; 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