diff options
author | Philippe Schenker <philippe.schenker@toradex.com> | 2022-11-22 16:54:37 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-12-31 15:33:39 +0800 |
commit | 91ccc78165c262cdb36dfb5cc4b68d989f8f7f94 (patch) | |
tree | 0e773fa8e357b16e70e5e9d6f470fbc87b3101ef /arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts | |
parent | 1abf12f84d873f474a2d560e747cde16959b42d6 (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-iris.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts b/arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts index 5324c92e368d..ae10e8a66ff1 100644 --- a/arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts +++ b/arch/arm/boot/dts/imx7d-colibri-emmc-iris.dts @@ -17,5 +17,6 @@ /* Colibri USBH */ &usbotg2 { + disable-over-current; status = "okay"; }; |