Skip to content

Commit 1831658

Browse files
dlechnunojsa
authored andcommitted
arm: boot: dts: zynq: add license headers
Add license headers to all zynq dts files that are missing them. Files were found with: grep -L -r -m 1 '^// SPDX' arch/arm/boot/dts/zynq* Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent c4095e5 commit 1831658

38 files changed

+103
-10
lines changed

arch/arm/boot/dts/zynq-adrv9002-rx2tx2.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
3+
14
#include <dt-bindings/interrupt-controller/irq.h>
25
#include <dt-bindings/gpio/gpio.h>
36

arch/arm/boot/dts/zynq-adrv9002.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
3+
14
#include <dt-bindings/interrupt-controller/irq.h>
25
#include <dt-bindings/gpio/gpio.h>
36

arch/arm/boot/dts/zynq-adrv9361-z7035.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Analog Devices ADRV9361-Z7035 board DTS (Z7035/AD9361 SOM)
34
*
45
* Copyright (C) 2015-2017 Analog Devices Inc.
5-
*
6-
* Licensed under the GPL-2.
76
*/
87
#include "zynq.dtsi"
98

arch/arm/boot/dts/zynq-adrv9364-z7020.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Analog Devices ADRV9364-Z7020 board DTS (Z7020/AD9364 SOM)
34
*
45
* Copyright (C) 2016-2017 Analog Devices Inc.
5-
*
6-
* Licensed under the GPL-2.
76
*/
87
#include "zynq.dtsi"
98

arch/arm/boot/dts/zynq-coraz7s.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
3+
14
/dts-v1/;
25
#include "zynq-coraz7s.dtsi"

arch/arm/boot/dts/zynq-coraz7s.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* Digilent Cora Z7 board DTS
34
*
45
* Copyright (C) 2016 Digilent
5-
*
6-
* SPDX-License-Identifier: GPL-2.0+
76
*/
87

98
#include "zynq-7000.dtsi"

arch/arm/boot/dts/zynq-m2k.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* ZYNQ M2k (Z7010)
34
*
45
* Copyright (C) 2017 Analog Devices Inc.
5-
*
6-
* Licensed under the GPL-2.
76
*/
87
#include "zynq.dtsi"
98

arch/arm/boot/dts/zynq-microzed-cn0363.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
3+
14
/dts-v1/;
25

36
#include "zynq-microzed.dtsi"

arch/arm/boot/dts/zynq-microzed.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
3+
14
#include "zynq.dtsi"
25

36
/ {

arch/arm/boot/dts/zynq-pluto-sdr.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* ZYNQ Pluto SDR (Z7010/AD9363)
34
*
45
* Copyright (C) 2016 Analog Devices Inc.
5-
*
6-
* Licensed under the GPL-2.
76
*/
87
#include "zynq.dtsi"
98

0 commit comments

Comments
 (0)