[v1,1/5] ARM: dts: apalis-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-apalis.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/imx6q-apalis-eval.dts | 2 ++
arch/arm/boot/dts/imx6q-apalis-ixora-v1.2.dts | 2 ++
arch/arm/boot/dts/imx6q-apalis-ixora.dts | 2 ++
arch/arm/boot/dts/imx6qdl-apalis.dtsi | 1 -
4 files changed, 6 insertions(+), 1 deletion(-)
@@ -147,11 +147,13 @@ &uart5 {
};
&usbh1 {
+ disable-over-current;
vbus-supply = <®_usb_host_vbus>;
status = "okay";
};
&usbotg {
+ disable-over-current;
vbus-supply = <®_usb_otg_vbus>;
status = "okay";
};
@@ -202,11 +202,13 @@ &uart5 {
};
&usbh1 {
+ disable-over-current;
vbus-supply = <®_usb_host_vbus>;
status = "okay";
};
&usbotg {
+ disable-over-current;
vbus-supply = <®_usb_otg_vbus>;
status = "okay";
};
@@ -151,11 +151,13 @@ &uart5 {
};
&usbh1 {
+ disable-over-current;
vbus-supply = <®_usb_host_vbus>;
status = "okay";
};
&usbotg {
+ disable-over-current;
vbus-supply = <®_usb_otg_vbus>;
status = "okay";
};
@@ -824,7 +824,6 @@ &uart5 {
};
&usbotg {
- disable-over-current;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usbotg>;
status = "disabled";