All of lore.kernel.org
 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>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 29/31] arm64: dts: r8a7795: Use R-Car GPIO Gen3 fallback compat string
Date: Fri, 20 Oct 2017 12:28:32 +0200	[thread overview]
Message-ID: <d6d7037cb2f8d33cae5384eeaea9b5248fb383ae.1508495040.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1508495040.git.horms+renesas@verge.net.au>

Use newly added R-Car GPIO Gen3 fallback compat string
in place of now deprecated non-generation specific
R-Car GPIO fallback compat string in the DT of the r8a7795 SoC.

This should have no run-time effect as the driver matches against
the per-SoC compat string before considering the fallback compat string.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index d5cfd1a1c539..15ef292a8d9f 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -220,7 +220,7 @@
 
 		gpio0: gpio@e6050000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6050000 0 0x50>;
 			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -235,7 +235,7 @@
 
 		gpio1: gpio@e6051000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6051000 0 0x50>;
 			interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -250,7 +250,7 @@
 
 		gpio2: gpio@e6052000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6052000 0 0x50>;
 			interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -265,7 +265,7 @@
 
 		gpio3: gpio@e6053000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6053000 0 0x50>;
 			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -280,7 +280,7 @@
 
 		gpio4: gpio@e6054000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6054000 0 0x50>;
 			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -295,7 +295,7 @@
 
 		gpio5: gpio@e6055000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6055000 0 0x50>;
 			interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -310,7 +310,7 @@
 
 		gpio6: gpio@e6055400 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6055400 0 0x50>;
 			interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -325,7 +325,7 @@
 
 		gpio7: gpio@e6055800 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6055800 0 0x50>;
 			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 29/31] arm64: dts: r8a7795: Use R-Car GPIO Gen3 fallback compat string
Date: Fri, 20 Oct 2017 12:28:32 +0200	[thread overview]
Message-ID: <d6d7037cb2f8d33cae5384eeaea9b5248fb383ae.1508495040.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1508495040.git.horms+renesas@verge.net.au>

Use newly added R-Car GPIO Gen3 fallback compat string
in place of now deprecated non-generation specific
R-Car GPIO fallback compat string in the DT of the r8a7795 SoC.

This should have no run-time effect as the driver matches against
the per-SoC compat string before considering the fallback compat string.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index d5cfd1a1c539..15ef292a8d9f 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -220,7 +220,7 @@
 
 		gpio0: gpio at e6050000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6050000 0 0x50>;
 			interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -235,7 +235,7 @@
 
 		gpio1: gpio at e6051000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6051000 0 0x50>;
 			interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -250,7 +250,7 @@
 
 		gpio2: gpio at e6052000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6052000 0 0x50>;
 			interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -265,7 +265,7 @@
 
 		gpio3: gpio at e6053000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6053000 0 0x50>;
 			interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -280,7 +280,7 @@
 
 		gpio4: gpio at e6054000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6054000 0 0x50>;
 			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -295,7 +295,7 @@
 
 		gpio5: gpio at e6055000 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6055000 0 0x50>;
 			interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -310,7 +310,7 @@
 
 		gpio6: gpio at e6055400 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6055400 0 0x50>;
 			interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
@@ -325,7 +325,7 @@
 
 		gpio7: gpio at e6055800 {
 			compatible = "renesas,gpio-r8a7795",
-				     "renesas,gpio-rcar";
+				     "renesas,rcar-gen3-gpio";
 			reg = <0 0xe6055800 0 0x50>;
 			interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 			#gpio-cells = <2>;
-- 
2.11.0

  parent reply	other threads:[~2017-10-20 10:29 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20 10:28 [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.15 Simon Horman
2017-10-20 10:28 ` Simon Horman
2017-10-20 10:28 ` [PATCH 01/31] arm64: dts: renesas: salvator-common: drop "avb_phy_int" from avb_pins Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 02/31] arm64: dts: renesas: ulcb: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 03/31] arm64: dts: renesas: r8a77995: draak: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 04/31] arm64: dts: renesas: initial Eagle board device tree Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 05/31] arm64: dts: renesas: salvator-common: add pfc node for USB3.0 channel 0 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 06/31] arm64: dts: renesas: r8a77995: add PWM device nodes Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 07/31] arm64: dts: renesas: r8a77995: draak: enable PWM channel 0 and 1 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 08/31] arm64: dts: ulcb-kf: initial device tree Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 09/31] arm64: dts: m3ulcb-kf: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 10/31] arm64: dts: h3ulcb-kf: ES1.x SoC " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 11/31] arm64: dts: h3ulcb-kf: ES2.0+ " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 12/31] arm64: dts: ulcb-kf: enable SCIF1 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 13/31] arm64: dts: ulcb-kf: enable CAN0/1 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 14/31] arm64: dts: ulcb-kf: enable HSUSB Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 15/31] arm64: dts: ulcb-kf: enable USB2.0 Host channel 0 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 16/31] arm64: dts: ulcb-kf: enable PCIE0/1 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 17/31] arm64: dts: ulcb-kf: enable USB3.0 Host Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 18/31] arm64: dts: ulcb-kf: enable TCA9539 on I2C2 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 19/31] arm64: dts: ulcb-kf: enable TCA9539 on I2C4 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 20/31] arm64: dts: ulcb-kf: enable PCA9548 on I2C2 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 21/31] arm64: dts: ulcb-kf: enable PCA9548 on I2C4 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 22/31] arm64: dts: ulcb-kf: hog USB3 hub control gpios Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 23/31] arm64: dts: r8a7796: Add INTC-EX device node Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 24/31] arm64: dts: r8a77970: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 25/31] arm64: dts: r8a77995: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 26/31] arm64: dts: renesas: eagle: add EtherAVB support Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 27/31] arm64: renesas: salvator-common: fixup audio_clkout Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 28/31] arm64: renesas: ulcb: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` Simon Horman [this message]
2017-10-20 10:28   ` [PATCH 29/31] arm64: dts: r8a7795: Use R-Car GPIO Gen3 fallback compat string Simon Horman
2017-10-20 10:28 ` [PATCH 30/31] arm64: dts: r8a7796: " Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-20 10:28 ` [PATCH 31/31] arm64: dts: renesas: salvator-common: add dr_mode property for USB2.0 channel 0 Simon Horman
2017-10-20 10:28   ` Simon Horman
2017-10-30 13:26 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.15 Arnd Bergmann
2017-10-30 13:26   ` Arnd Bergmann

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=d6d7037cb2f8d33cae5384eeaea9b5248fb383ae.1508495040.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.