[v1,2/5] ARM: dts: colibri-imx6: Disable usb over-current
Commit Message
From: Philippe Schenker <philippe.schenker@toradex.com>
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.
Remove the now obsolete disable-over-current flag from module-level
device-tree imx6qdl-colibri.dtsi and leave it as already mentioned to
the people actually implementing the carrier-board to implement this.
This will prevent the warning "No over current polarity defined" from
being printed on boot.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
---
arch/arm/boot/dts/imx6dl-colibri-aster.dts | 2 ++
arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts | 2 ++
arch/arm/boot/dts/imx6dl-colibri-iris.dts | 2 ++
arch/arm/boot/dts/imx6qdl-colibri.dtsi | 1 -
4 files changed, 6 insertions(+), 1 deletion(-)
@@ -99,10 +99,12 @@ &uart3 {
};
&usbh1 {
+ disable-over-current;
status = "okay";
};
&usbotg {
+ disable-over-current;
status = "okay";
};
@@ -111,10 +111,12 @@ &uart3 {
};
&usbh1 {
+ disable-over-current;
status = "okay";
};
&usbotg {
+ disable-over-current;
status = "okay";
};
@@ -138,10 +138,12 @@ &uart3 {
};
&usbh1 {
+ disable-over-current;
status = "okay";
};
&usbotg {
+ disable-over-current;
status = "okay";
};
@@ -684,7 +684,6 @@ &usbh1 {
/* Colibri USBC */
&usbotg {
- disable-over-current;
dr_mode = "otg";
extcon = <0>, <&extcon_usbc_det>;
status = "disabled";