mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 10:34:22 -04:00
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:
committed by
Shawn Guo
parent
1abf12f84d
commit
91ccc78165
@@ -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 = <®_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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user