diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-10 08:18:41 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 10:19:05 -0400 |
commit | 05f7e3d18673a35d1f6f2a7b61c5b0b895324b76 (patch) | |
tree | 8537dc90329928942447d921789bd19474f3e241 | |
parent | ea566a4b61b98ad98a959db59acb1243b7a9952b (diff) |
arm64: dts: uniphier: use proper SPDX-License-Identifier style
According to Documentation/process/license-rules.rst, move the SPDX
License Identifier to the very top of the file. I used C++ comment
style not only for the SPDX line but for the entire block because
this seems Linus' preference [1]. I also dropped the parentheses to
follow the examples in that document.
[1] https://lkml.org/lkml/2017/11/25/133
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 16 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 14 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 14 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 16 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 14 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 14 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 14 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | 14 |
8 files changed, 50 insertions, 66 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts index 0feec416e87b..9b4dc41703e3 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | |||
@@ -1,12 +1,10 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier LD11 Global Board | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier LD11 Global Board |
4 | * Copyright (C) 2016-2017 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2016-2017 Socionext Inc. |
6 | * Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * | 7 | // Kunihiko Hayashi <hayashi.kunihiko@socionext.com> |
8 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
9 | */ | ||
10 | 8 | ||
11 | /dts-v1/; | 9 | /dts-v1/; |
12 | #include <dt-bindings/gpio/uniphier-gpio.h> | 10 | #include <dt-bindings/gpio/uniphier-gpio.h> |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts index dacdea530cf2..b8f627348448 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier LD11 Reference Board | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier LD11 Reference Board |
4 | * Copyright (C) 2016 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2016 Socionext Inc. |
6 | * | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
8 | */ | ||
9 | 7 | ||
10 | /dts-v1/; | 8 | /dts-v1/; |
11 | #include "uniphier-ld11.dtsi" | 9 | #include "uniphier-ld11.dtsi" |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index ecde91b08f68..efa95573b2aa 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier LD11 SoC | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier LD11 SoC |
4 | * Copyright (C) 2016 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2016 Socionext Inc. |
6 | * | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
8 | */ | ||
9 | 7 | ||
10 | #include <dt-bindings/gpio/gpio.h> | 8 | #include <dt-bindings/gpio/gpio.h> |
11 | #include <dt-bindings/gpio/uniphier-gpio.h> | 9 | #include <dt-bindings/gpio/uniphier-gpio.h> |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts index 6bee22eac00b..fe6608ea3277 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | |||
@@ -1,12 +1,10 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier LD20 Global Board | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier LD20 Global Board |
4 | * Copyright (C) 2015-2017 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2015-2017 Socionext Inc. |
6 | * Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * | 7 | // Kunihiko Hayashi <hayashi.kunihiko@socionext.com> |
8 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
9 | */ | ||
10 | 8 | ||
11 | /dts-v1/; | 9 | /dts-v1/; |
12 | #include <dt-bindings/gpio/uniphier-gpio.h> | 10 | #include <dt-bindings/gpio/uniphier-gpio.h> |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts index 092574d524a2..2c1a92fafbfb 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier LD20 Reference Board | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier LD20 Reference Board |
4 | * Copyright (C) 2015-2016 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2015-2016 Socionext Inc. |
6 | * | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
8 | */ | ||
9 | 7 | ||
10 | /dts-v1/; | 8 | /dts-v1/; |
11 | #include "uniphier-ld20.dtsi" | 9 | #include "uniphier-ld20.dtsi" |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index 314372a3f5d1..19c935688a77 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier LD20 SoC | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier LD20 SoC |
4 | * Copyright (C) 2015-2016 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2015-2016 Socionext Inc. |
6 | * | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
8 | */ | ||
9 | 7 | ||
10 | #include <dt-bindings/gpio/gpio.h> | 8 | #include <dt-bindings/gpio/gpio.h> |
11 | #include <dt-bindings/gpio/uniphier-gpio.h> | 9 | #include <dt-bindings/gpio/uniphier-gpio.h> |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index 3c7108729827..e62d068776d5 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier PXs3 Reference Board | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier PXs3 Reference Board |
4 | * Copyright (C) 2017 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2017 Socionext Inc. |
6 | * | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
8 | */ | ||
9 | 7 | ||
10 | /dts-v1/; | 8 | /dts-v1/; |
11 | #include "uniphier-pxs3.dtsi" | 9 | #include "uniphier-pxs3.dtsi" |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi index 234fc58cc599..b537a3c0071f 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi | |||
@@ -1,11 +1,9 @@ | |||
1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | * Device Tree Source for UniPhier PXs3 SoC | 2 | // |
3 | * | 3 | // Device Tree Source for UniPhier PXs3 SoC |
4 | * Copyright (C) 2017 Socionext Inc. | 4 | // |
5 | * Author: Masahiro Yamada <yamada.masahiro@socionext.com> | 5 | // Copyright (C) 2017 Socionext Inc. |
6 | * | 6 | // Author: Masahiro Yamada <yamada.masahiro@socionext.com> |
7 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) | ||
8 | */ | ||
9 | 7 | ||
10 | #include <dt-bindings/gpio/gpio.h> | 8 | #include <dt-bindings/gpio/gpio.h> |
11 | #include <dt-bindings/gpio/uniphier-gpio.h> | 9 | #include <dt-bindings/gpio/uniphier-gpio.h> |