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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -590,6 +590,7 @@ &uart7 {
};

&usbh {
	disable-over-current;
	status = "okay";
};

+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ &usbotg2 {
	srp-disable;
	hnp-disable;
	adp-disable;
	disable-over-current;
	dr_mode = "host";
	status = "okay";
};