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: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1abf12f84d
commit
91ccc78165
|
|
@ -70,6 +70,7 @@
|
|||
|
||||
/* Colibri USBC */
|
||||
&usbotg1 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@
|
|||
|
||||
/* Colibri USBC */
|
||||
&usbotg1 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
|
||||
/* Colibri USBC */
|
||||
&usbotg1 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
|
||||
/* Colibri USBC */
|
||||
&usbotg1 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -36,5 +36,6 @@
|
|||
|
||||
/* 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 @@
|
|||
|
||||
/* Colibri USBH */
|
||||
&usbotg2 {
|
||||
disable-over-current;
|
||||
dr_mode = "host";
|
||||
vbus-supply = <®_usbh_vbus>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -52,5 +52,6 @@
|
|||
|
||||
/* Colibri USBH */
|
||||
&usbotg2 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -79,5 +79,6 @@
|
|||
|
||||
/* Colibri USBH */
|
||||
&usbotg2 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -52,5 +52,6 @@
|
|||
|
||||
/* Colibri USBH */
|
||||
&usbotg2 {
|
||||
disable-over-current;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue