summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-11-22 16:54:37 +0100
committerShawn Guo <shawnguo@kernel.org>2022-12-31 15:33:39 +0800
commit91ccc78165c262cdb36dfb5cc4b68d989f8f7f94 (patch)
tree0e773fa8e357b16e70e5e9d6f470fbc87b3101ef /arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
parent1abf12f84d873f474a2d560e747cde16959b42d6 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-colibri-emmc.dtsi')
-rw-r--r--arch/arm/boot/dts/imx7d-colibri-emmc.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi b/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
index 2fb4d2133a1b..3740e34ef99f 100644
--- a/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
+++ b/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi
@@ -51,6 +51,7 @@
/* Colibri USBH */
&usbotg2 {
+ disable-over-current;
dr_mode = "host";
vbus-supply = <&reg_usbh_vbus>;
};