ARM: dts: colibri-imx6ull: Disable usb over-current
authorPhilippe Schenker <philippe.schenker@toradex.com>
Tue, 22 Nov 2022 15:54:36 +0000 (16:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 31 Dec 2022 07:33:36 +0000 (15:33 +0800)
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>
arch/arm/boot/dts/imx6ull-colibri-aster.dtsi
arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi
arch/arm/boot/dts/imx6ull-colibri-iris.dtsi

index c9133ba2d705041d6edaad8cdfd54878f0327dc1..de4dc7c1a03aee71800eb509201bdd57af515205 100644 (file)
 };
 
 &usbotg1 {
+       disable-over-current;
        vbus-supply = <&reg_usbh_vbus>;
        status = "okay";
 };
 
 &usbotg2 {
+       disable-over-current;
        vbus-supply = <&reg_usbh_vbus>;
        status = "okay";
 };
index e29907428c20f300a7be847a1a77b0be09f72494..692ef26fbab30724b5dc0f6aefd39a6109d11439 100644 (file)
 };
 
 &usbotg1 {
+       disable-over-current;
        vbus-supply = <&reg_usbh_vbus>;
        status = "okay";
 };
 
 &usbotg2 {
+       disable-over-current;
        vbus-supply = <&reg_usbh_vbus>;
        status = "okay";
 };
index 166a0aefc86986cb7d5ef25d4c4bce9671b44a71..f52f8b5ad8a6ee73f2d0ce1f1d2183893e8f7179 100644 (file)
 };
 
 &usbotg1 {
+       disable-over-current;
        vbus-supply = <&reg_usbh_vbus>;
        status = "okay";
 };
 
 &usbotg2 {
+       disable-over-current;
        vbus-supply = <&reg_usbh_vbus>;
        status = "okay";
 };