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: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Philippe Schenker 2022-11-22 16:54:36 +01:00 committed by Shawn Guo
parent 500cd5b741
commit 1abf12f84d
3 changed files with 6 additions and 0 deletions

View File

@ -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";
};

View File

@ -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";
};

View File

@ -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";
};