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>
13 files changed:
/* Colibri USBC */
&usbotg1 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBC */
&usbotg1 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBC */
&usbotg1 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBC */
&usbotg1 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
dr_mode = "host";
vbus-supply = <®_usbh_vbus>;
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
status = "okay";
};