mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 18:22:30 +00:00
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>
23 lines
473 B
Plaintext
23 lines
473 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2017-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx7d-colibri-emmc.dtsi"
|
|
#include "imx7-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX7D 1GB (eMMC) on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx7d-emmc-eval-v3",
|
|
"toradex,colibri-imx7d-emmc",
|
|
"toradex,colibri-imx7d",
|
|
"fsl,imx7d";
|
|
};
|
|
|
|
/* Colibri USBH */
|
|
&usbotg2 {
|
|
disable-over-current;
|
|
status = "okay";
|
|
};
|