linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 02/26] arm64: dts: renesas: r8a77990: Fix SPDX license identifier style
Date: Wed,  3 Apr 2019 12:53:45 +0200	[thread overview]
Message-ID: <b068ed6efe6244d3cdf6965ffa9668eeea434dcb.1554281697.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1554281697.git.horms+renesas@verge.net.au>

From: Geert Uytterhoeven <geert+renesas@glider.be>

According to Documentation/process/license-rules.rst, SPDX license
identifiers in DTS files should use C++ style comments.

Fixes: f37a7767f6c4ec66 ("arm64: dts: renesas: Add Renesas R8A77990 SoC support")
Fixes: 77049191b24b4586 ("arm64: dts: renesas: Add Renesas Ebisu board support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 2 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
index 4d14926b20f7..fc3e3e297647 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Device Tree Source for the ebisu board
  *
diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index a69faa60ea4d..b506d5613e01 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Device Tree Source for the R-Car E3 (R8A77990) SoC
  *
-- 
2.11.0


  parent reply	other threads:[~2019-04-03 10:54 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 10:53 [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.2 Simon Horman
2019-04-03 10:53 ` [PATCH 01/26] arm64: dts: renesas: r8a77990: ebisu: Add GPIO expander Simon Horman
2019-04-03 10:53 ` Simon Horman [this message]
2019-04-03 10:53 ` [PATCH 03/26] arm64: dts: renesas: r8a7796: remove unneeded sound #address/size-cells Simon Horman
2019-04-03 10:53 ` [PATCH 04/26] arm64: dts: renesas: r8a77990: ebisu: Enable LVDS1 encoder Simon Horman
2019-04-03 10:53 ` [PATCH 05/26] arm64: dts: renesas: r8a77995: draak: " Simon Horman
2019-04-03 10:53 ` [PATCH 06/26] arm64: dts: renesas: ebisu: Fix adv7482 hexadecimal register address Simon Horman
2019-04-03 10:53 ` [PATCH 07/26] arm64: dts: renesas: r8a77965: add SSIU support for sound Simon Horman
2019-04-03 10:53 ` [PATCH 08/26] arm64: dts: renesas: r8a774c0: Fix cpu nodes style Simon Horman
2019-04-03 10:53 ` [PATCH 09/26] arm64: dts: renesas: cat875: Add CAN support Simon Horman
2019-04-03 10:53 ` [PATCH 10/26] arm64: dts: renesas: r8a774c0-cat874: add RTC support Simon Horman
2019-04-03 10:53 ` [PATCH 11/26] arm64: dts: renesas: r8a774c0-cat874: Add LEDs support Simon Horman
2019-04-03 10:53 ` [PATCH 12/26] arm64: dts: renesas: ebisu: Enable VIN5 Simon Horman
2019-04-03 10:53 ` [PATCH 13/26] arm64: dts: renesas: r8a774c0-cat874: Add RWDT support Simon Horman
2019-04-03 10:53 ` [PATCH 14/26] arm64: dts: renesas: r8a77995: draak: Enable CAN0, CAN1 Simon Horman
2019-04-03 10:53 ` [PATCH 15/26] arm64: dts: renesas: r8a774c0: Remove invalid compatible value for CSI40 Simon Horman
2019-04-03 10:53 ` [PATCH 16/26] arm64: dts: renesas: r8a77990: " Simon Horman
2019-04-03 10:54 ` [PATCH 17/26] arm64: dts: renesas: r8a77990-ebisu: Add BD9571 PMIC Simon Horman
2019-04-03 10:54 ` [PATCH 18/26] arm64: dts: renesas: ebisu: Add PMIC DDR0 Backup Power config Simon Horman
2019-04-03 10:54 ` [PATCH 19/26] arm64: dts: renesas: r8a774a1: Add clkp2 clock to CAN nodes Simon Horman
2019-04-03 10:54 ` [PATCH 20/26] arm64: dts: renesas: r8a774c0: Add CANFD support Simon Horman
2019-04-03 10:54 ` [PATCH 21/26] arm64: dts: renesas: r8a774c0: Add clkp2 clock to CAN nodes Simon Horman
2019-04-03 10:54 ` [PATCH 22/26] arm64: dts: renesas: Update Ebisu and Draak bootargs Simon Horman
2019-04-03 10:54 ` [PATCH 23/26] arm64: dts: renesas: salvator-common: Sort node label Simon Horman
2019-04-03 10:54 ` [PATCH 24/26] arm64: dts: renesas: r8a77995: draak: Fix EthernetAVB phy mode to rgmii Simon Horman
2019-04-03 10:54 ` [PATCH 25/26] arm64: dts: renesas: use extended audio dmac register Simon Horman
2019-04-03 10:54 ` [PATCH 26/26] arm64: dts: renesas: salvator-common: Add GPIO keys support Simon Horman
2019-04-28 19:16 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.2 Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b068ed6efe6244d3cdf6965ffa9668eeea434dcb.1554281697.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).