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

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
......@@ -70,6 +70,7 @@ &uart3 {
/* Colibri USBC */
&usbotg1 {
disable-over-current;
status = "okay";
};
......
......@@ -101,6 +101,7 @@ &uart3 {
/* Colibri USBC */
&usbotg1 {
disable-over-current;
status = "okay";
};
......
......@@ -99,6 +99,7 @@ &uart3 {
/* Colibri USBC */
&usbotg1 {
disable-over-current;
status = "okay";
};
......
......@@ -99,6 +99,7 @@ &uart3 {
/* Colibri USBC */
&usbotg1 {
disable-over-current;
status = "okay";
};
......
......@@ -36,5 +36,6 @@ &panel_dpi {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -18,5 +18,6 @@ / {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -17,5 +17,6 @@ / {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -17,5 +17,6 @@ / {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -17,5 +17,6 @@ / {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -51,6 +51,7 @@ &gpio6 {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
dr_mode = "host";
vbus-supply = <&reg_usbh_vbus>;
};
......
......@@ -52,5 +52,6 @@ &pwm3 {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -79,5 +79,6 @@ &panel_dpi {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
......@@ -52,5 +52,6 @@ &pwm3 {
/* Colibri USBH */
&usbotg2 {
disable-over-current;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment