ARM: 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>
This commit is contained in:
Masahiro Yamada 2018-03-10 22:18:01 +09:00
parent 8191f4db12
commit ea566a4b61
17 changed files with 102 additions and 136 deletions

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier LD4 Reference Board //
* // Device Tree Source for UniPhier LD4 Reference Board
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-ld4.dtsi" #include "uniphier-ld4.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier LD4 SoC //
* // Device Tree Source for UniPhier LD4 SoC
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
#include <dt-bindings/gpio/uniphier-gpio.h> #include <dt-bindings/gpio/uniphier-gpio.h>

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier LD6b Reference Board //
* // Device Tree Source for UniPhier LD6b Reference Board
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-ld6b.dtsi" #include "uniphier-ld6b.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier LD6b SoC //
* // Device Tree Source for UniPhier LD6b SoC
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/* /*
* LD6b consists of two silicon dies: D-chip and A-chip. * LD6b consists of two silicon dies: D-chip and A-chip.

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier SoCs default pinctrl settings //
* // Device Tree Source for UniPhier SoCs default pinctrl settings
* Copyright (C) 2015-2017 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2017 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
&pinctrl { &pinctrl {
pinctrl_aout: aout { pinctrl_aout: aout {

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Pro4 Ace Board //
* // Device Tree Source for UniPhier Pro4 Ace Board
* Copyright (C) 2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-pro4.dtsi" #include "uniphier-pro4.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Pro4 Reference Board //
* // Device Tree Source for UniPhier Pro4 Reference Board
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-pro4.dtsi" #include "uniphier-pro4.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Pro4 Sanji Board //
* // Device Tree Source for UniPhier Pro4 Sanji Board
* Copyright (C) 2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-pro4.dtsi" #include "uniphier-pro4.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Pro4 SoC //
* // Device Tree Source for UniPhier Pro4 SoC
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
#include <dt-bindings/gpio/uniphier-gpio.h> #include <dt-bindings/gpio/uniphier-gpio.h>

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Pro5 SoC //
* // Device Tree Source for UniPhier Pro5 SoC
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/ { / {
compatible = "socionext,uniphier-pro5"; compatible = "socionext,uniphier-pro5";

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier PXs2 Gentil Board //
* // Device Tree Source for UniPhier PXs2 Gentil Board
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-pxs2.dtsi" #include "uniphier-pxs2.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier PXs2 Vodka Board //
* // Device Tree Source for UniPhier PXs2 Vodka Board
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-pxs2.dtsi" #include "uniphier-pxs2.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier PXs2 SoC //
* // Device Tree Source for UniPhier PXs2 SoC
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
#include <dt-bindings/gpio/uniphier-gpio.h> #include <dt-bindings/gpio/uniphier-gpio.h>
#include <dt-bindings/thermal/thermal.h> #include <dt-bindings/thermal/thermal.h>

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Reference Daughter Board //
* // Device Tree Source for UniPhier Reference Daughter Board
* Copyright (C) 2015-2017 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2017 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
&i2c0 { &i2c0 {
eeprom@50 { eeprom@50 {

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier sLD8 Reference Board //
* // Device Tree Source for UniPhier sLD8 Reference Board
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/; /dts-v1/;
#include "uniphier-sld8.dtsi" #include "uniphier-sld8.dtsi"

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier sLD8 SoC //
* // Device Tree Source for UniPhier sLD8 SoC
* Copyright (C) 2015-2016 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2016 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
#include <dt-bindings/gpio/uniphier-gpio.h> #include <dt-bindings/gpio/uniphier-gpio.h>

View file

@ -1,11 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0+ OR MIT
* Device Tree Source for UniPhier Support Card (Expansion Board) //
* // Device Tree Source for UniPhier Support Card (Expansion Board)
* Copyright (C) 2015-2017 Socionext Inc. //
* Author: Masahiro Yamada <yamada.masahiro@socionext.com> // Copyright (C) 2015-2017 Socionext Inc.
* // Author: Masahiro Yamada <yamada.masahiro@socionext.com>
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
&system_bus { &system_bus {
status = "okay"; status = "okay";