mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Fix the imx6ull/7d-colibri devicetrees as per the rules defined at fsl.yaml. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
21 lines
441 B
Text
21 lines
441 B
Text
// 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",
|
|
"fsl,imx7d";
|
|
};
|
|
|
|
/* Colibri USBH */
|
|
&usbotg2 {
|
|
disable-over-current;
|
|
status = "okay";
|
|
};
|