Commit cfa7a1e1 authored by Oleksandr Suvorov's avatar Oleksandr Suvorov Committed by Shawn Guo
Browse files

ARM: dts: imx7-colibri: improve licensing and compatible strings



Migrate to the latest SPDX license identifier, update copyright period
and improve compatible strings.

Signed-off-by: default avatarOleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 136f8845
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2017-2020 Toradex AG
 *
 * Copyright 2017-2022 Toradex
 */

/ {
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+ OR MIT
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2016-2020 Toradex
 * Copyright 2016-2022 Toradex
 */

/ {
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+ OR MIT
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2016-2020 Toradex
 * Copyright 2016-2022 Toradex
 */

#include <dt-bindings/pwm/pwm.h>
+4 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2017-2020 Toradex AG
 * Copyright 2017-2022 Toradex
 *
 */

@@ -10,7 +10,8 @@

/ {
	model = "Toradex Colibri iMX7D on Aster Carrier Board";
	compatible = "toradex,colibri-imx7d-aster", "toradex,colibri-imx7d",
	compatible = "toradex,colibri-imx7d-aster",
		     "toradex,colibri-imx7d",
		     "fsl,imx7d";
};

+5 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2017-2020 Toradex AG
 * Copyright 2017-2022 Toradex
 *
 */

@@ -11,7 +11,9 @@
/ {
	model = "Toradex Colibri iMX7D 1GB (eMMC) on Aster Carrier Board";
	compatible = "toradex,colibri-imx7d-emmc-aster",
		     "toradex,colibri-imx7d-emmc", "fsl,imx7d";
		     "toradex,colibri-imx7d-emmc",
		     "toradex,colibri-imx7d",
		     "fsl,imx7d";
};

&usbotg2 {
Loading