mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
9ceef851b0
1. Replace boiler plate licenses texts with the SPDX license identifiers in Toradex i.MX7-based SoM device trees. 2. As X11 is identical to the MIT License, but with an extra sentence that prohibits using the copyright holders' names for advertising or promotional purposes without written permission, use MIT license instead of X11 ('s/X11/MIT/g'). 3. Replace "Toradex AG" with "Toradex" in the Copyright notice. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
15 lines
325 B
Plaintext
15 lines
325 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Copyright 2016-2020 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx7s-colibri.dtsi"
|
|
#include "imx7-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX7S on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx7s-eval-v3", "toradex,colibri-imx7s",
|
|
"fsl,imx7s";
|
|
};
|