Commit 1abf12f8 authored by Philippe Schenker's avatar Philippe Schenker Committed by Shawn Guo
Browse files

ARM: dts: colibri-imx6ull: 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 500cd5b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -130,11 +130,13 @@
};

&usbotg1 {
	disable-over-current;
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};

&usbotg2 {
	disable-over-current;
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};
+2 −0
Original line number Diff line number Diff line
@@ -106,11 +106,13 @@
};

&usbotg1 {
	disable-over-current;
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};

&usbotg2 {
	disable-over-current;
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};
+2 −0
Original line number Diff line number Diff line
@@ -117,11 +117,13 @@
};

&usbotg1 {
	disable-over-current;
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};

&usbotg2 {
	disable-over-current;
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};