Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: colibri-imx6: 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.

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Philippe Schenker and committed by
Shawn Guo
500cd5b7 242daa52

+6 -1
+2
arch/arm/boot/dts/imx6dl-colibri-aster.dts
··· 99 99 }; 100 100 101 101 &usbh1 { 102 + disable-over-current; 102 103 status = "okay"; 103 104 }; 104 105 105 106 &usbotg { 107 + disable-over-current; 106 108 status = "okay"; 107 109 }; 108 110
+2
arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
··· 111 111 }; 112 112 113 113 &usbh1 { 114 + disable-over-current; 114 115 status = "okay"; 115 116 }; 116 117 117 118 &usbotg { 119 + disable-over-current; 118 120 status = "okay"; 119 121 }; 120 122
+2
arch/arm/boot/dts/imx6dl-colibri-iris.dts
··· 138 138 }; 139 139 140 140 &usbh1 { 141 + disable-over-current; 141 142 status = "okay"; 142 143 }; 143 144 144 145 &usbotg { 146 + disable-over-current; 145 147 status = "okay"; 146 148 }; 147 149
-1
arch/arm/boot/dts/imx6qdl-colibri.dtsi
··· 684 684 685 685 /* Colibri USBC */ 686 686 &usbotg { 687 - disable-over-current; 688 687 dr_mode = "otg"; 689 688 extcon = <0>, <&extcon_usbc_det>; 690 689 status = "disabled";