Commit 91ccc781 authored by Philippe Schenker's avatar Philippe Schenker Committed by Shawn Guo
Browse files

ARM: dts: colibri-imx7: Disable usb over-current



Disable usb over-current of the chipidea driver on all Carrier-Boards
used by Toradex. Do this as we don't want to use this functionality on
our Carrier Boards and to leave it open to someone who includes our
module-level device-trees.

This will prevent the warning "No over current polarity defined" from
being printed on boot.

Signed-off-by: default avatarPhilippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1abf12f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@

/* Colibri USBC */
&usbotg1 {
	disable-over-current;
	status = "okay";
};

+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@

/* Colibri USBC */
&usbotg1 {
	disable-over-current;
	status = "okay";
};

+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@

/* Colibri USBC */
&usbotg1 {
	disable-over-current;
	status = "okay";
};

+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@

/* Colibri USBC */
&usbotg1 {
	disable-over-current;
	status = "okay";
};

+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@

/* Colibri USBH */
&usbotg2 {
	disable-over-current;
	status = "okay";
};
Loading