Skip to content

Commit 09e9e6b

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

30 files changed

+81
-1
lines changed

arch/arm/boot/dts/adi-ad9136-fmc-ebz.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
/ {
25
clocks {
36
ad9516_clkin: refclk {

arch/arm/boot/dts/adi-ad9265-fmc-125ebz.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
13
/*
24
* Analog Devices AD9265-FMC-500EBZ FPGA FMC Card
35
*/

arch/arm/boot/dts/adi-ad9434-fmc-500ebz.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
13
/*
24
* Analog Devices AD9434-FMC-500EBZ FPGA FMC Card
35
*/

arch/arm/boot/dts/adi-ad9467-fmc-250ebz.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
/ {
25
clocks {
36
ad9517_ref_clk: clock@0 {

arch/arm/boot/dts/adi-adin1100-mii.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
&gem1 {
25
status = "okay";
36
phy-mode = "mii";

arch/arm/boot/dts/adi-adin1100-rmii.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
&gem1 {
25
status = "okay";
36
phy-mode = "rmii";

arch/arm/boot/dts/adi-adrv9009.dtsi

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

24
#include <dt-bindings/iio/frequency/ad9528.h>
35
#include <dt-bindings/gpio/gpio.h>

arch/arm/boot/dts/adi-adrv9371.dtsi

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

24
#include <dt-bindings/iio/frequency/ad9528.h>
35

arch/arm/boot/dts/adi-cn0506-mii.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
&gem0 {
25
status = "okay";
36
phy-mode = "mii";

arch/arm/boot/dts/adi-cn0506-rgmii.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
&gem0 {
25
status = "okay";
36
phy-mode = "rgmii-id";

0 commit comments

Comments
 (0)