diff mbox series

[1/3] imx7d-sdb-u-boot: Pass SPDX-License tag

Message ID 20230808214040.1382330-1-festevam@gmail.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series [1/3] imx7d-sdb-u-boot: Pass SPDX-License tag | expand

Commit Message

Fabio Estevam Aug. 8, 2023, 9:40 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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 <festevam@denx.de>
---
 arch/arm/dts/imx7d-sdb-u-boot.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Marek Vasut Aug. 8, 2023, 9:46 p.m. UTC | #1
On 8/8/23 23:40, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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 <festevam@denx.de>
> ---
>   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 ac1d6e2e6480..818528c418f5 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
> +
>   &fec2 {
>   	status = "disable";
>   };

Reviewed-by: Marek Vasut <marex@denx.de>
Stefano Babic Oct. 16, 2023, 4:45 p.m. UTC | #2
> From: Fabio Estevam <festevam@denx.de>
> 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 <festevam@denx.de>
> Reviewed-by: Marek Vasut <marex@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imx7d-sdb-u-boot.dtsi b/arch/arm/dts/imx7d-sdb-u-boot.dtsi
index ac1d6e2e6480..818528c418f5 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
+
 &fec2 {
 	status = "disable";
 };