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 7/7] ARM: dts: r8a7794: Use R-Car Gen2 Ether fallback compat string
Date: Wed, 18 Oct 2017 09:27:28 +0200	[thread overview]
Message-ID: <20171018072728.14681-8-horms+renesas@verge.net.au> (raw)
In-Reply-To: <20171018072728.14681-1-horms+renesas@verge.net.au>

Use newly added R-Car Gen2 Ether fallback compat string
in the DT of the r8a7794 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>
---
 arch/arm/boot/dts/r8a7794.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 905e50c9b524..148c2567a6ce 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -640,7 +640,8 @@
 	};
 
 	ether: ethernet@ee700000 {
-		compatible = "renesas,ether-r8a7794";
+		compatible = "renesas,ether-r8a7794",
+			     "renesas,rcar-gen2-ether";
 		reg = <0 0xee700000 0 0x400>;
 		interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&cpg CPG_MOD 813>;
-- 
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 7/7] ARM: dts: r8a7794: Use R-Car Gen2 Ether fallback compat string
Date: Wed, 18 Oct 2017 09:27:28 +0200	[thread overview]
Message-ID: <20171018072728.14681-8-horms+renesas@verge.net.au> (raw)
In-Reply-To: <20171018072728.14681-1-horms+renesas@verge.net.au>

Use newly added R-Car Gen2 Ether fallback compat string
in the DT of the r8a7794 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>
---
 arch/arm/boot/dts/r8a7794.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index 905e50c9b524..148c2567a6ce 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -640,7 +640,8 @@
 	};
 
 	ether: ethernet at ee700000 {
-		compatible = "renesas,ether-r8a7794";
+		compatible = "renesas,ether-r8a7794",
+			     "renesas,rcar-gen2-ether";
 		reg = <0 0xee700000 0 0x400>;
 		interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&cpg CPG_MOD 813>;
-- 
2.11.0

  parent reply	other threads:[~2017-10-18  7:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-18  7:27 [PATCH 0/7] ARM: dts: renesas: Use R-Car SDHI Gen[12] fallback compat strings Simon Horman
2017-10-18  7:27 ` Simon Horman
2017-10-18  7:27 ` [PATCH 1/7] ARM: dts: r8a7743: Use R-Car Gen2 Ether fallback compat string Simon Horman
2017-10-18  7:27   ` Simon Horman
2017-10-18  7:35   ` Geert Uytterhoeven
2017-10-18  7:35     ` Geert Uytterhoeven
2017-10-18  7:27 ` [PATCH 2/7] ARM: dts: r8a7745: " Simon Horman
2017-10-18  7:27   ` Simon Horman
2017-10-18  7:36   ` Geert Uytterhoeven
2017-10-18  7:36     ` Geert Uytterhoeven
2017-10-18  7:27 ` [PATCH 3/7] ARM: dts: r8a7778: Use R-Car Gen1 " Simon Horman
2017-10-18  7:27   ` Simon Horman
2017-10-18  7:37   ` Geert Uytterhoeven
2017-10-18  7:37     ` Geert Uytterhoeven
2017-10-18  7:27 ` [PATCH 4/7] ARM: dts: r8a7790: Use R-Car Gen2 " Simon Horman
2017-10-18  7:27   ` Simon Horman
2017-10-18  7:35   ` Geert Uytterhoeven
2017-10-18  7:35     ` Geert Uytterhoeven
2017-10-18  7:27 ` [PATCH 5/7] ARM: dts: r8a7791: " Simon Horman
2017-10-18  7:27   ` Simon Horman
2017-10-18  7:36   ` Geert Uytterhoeven
2017-10-18  7:36     ` Geert Uytterhoeven
2017-10-18  7:27 ` [PATCH 6/7] ARM: dts: r8a7793: " Simon Horman
2017-10-18  7:27   ` Simon Horman
2017-10-18  7:36   ` Geert Uytterhoeven
2017-10-18  7:36     ` Geert Uytterhoeven
2017-10-18  7:27 ` Simon Horman [this message]
2017-10-18  7:27   ` [PATCH 7/7] ARM: dts: r8a7794: " Simon Horman
2017-10-18  7:37   ` Geert Uytterhoeven
2017-10-18  7:37     ` Geert Uytterhoeven
2017-10-20  9:12 ` [PATCH 0/7] ARM: dts: renesas: Use R-Car SDHI Gen[12] fallback compat strings Simon Horman
2017-10-20  9:12   ` Simon Horman

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=20171018072728.14681-8-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.