Commit 500cd5b7 authored by Philippe Schenker's avatar Philippe Schenker Committed by Shawn Guo
Browse files

ARM: dts: colibri-imx6: 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.

Remove the now obsolete disable-over-current flag from module-level
device-tree imx6qdl-colibri.dtsi and leave it as already mentioned to
the people actually implementing the carrier-board to implement this.

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 242daa52
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -99,10 +99,12 @@
};

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

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

+2 −0
Original line number Diff line number Diff line
@@ -111,10 +111,12 @@
};

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

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

+2 −0
Original line number Diff line number Diff line
@@ -138,10 +138,12 @@
};

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

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

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

/* Colibri USBC */
&usbotg {
	disable-over-current;
	dr_mode = "otg";
	extcon = <0>, <&extcon_usbc_det>;
	status = "disabled";