From 2f9b07d869da0a6a2f4d8780feb40da54148da2a Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 8 Aug 2023 18:40:38 -0300 Subject: [PATCH] imx7d-sdb-u-boot: Pass SPDX-License tag SPDX-License tag is missing and checkpatch complains about it. Add the SPDX-License tag using the same one from imx7d-sdb.dts. Signed-off-by: Fabio Estevam Reviewed-by: Marek Vasut --- arch/arm/dts/imx7d-sdb-u-boot.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/imx7d-sdb-u-boot.dtsi b/arch/arm/dts/imx7d-sdb-u-boot.dtsi index e4a27b8dd5..b577730423 100644 --- a/arch/arm/dts/imx7d-sdb-u-boot.dtsi +++ b/arch/arm/dts/imx7d-sdb-u-boot.dtsi @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ OR MIT + #include "imx7s-u-boot.dtsi" &fec2 { -- 2.39.5