linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM, arm64: dts: use fallback etheravb compatibility string
@ 2016-02-23  1:17 Simon Horman
  2016-02-23  1:17 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
  2016-02-23  1:17 ` [PATCH 2/2] arm64: dts: r8a7795: " Simon Horman
  0 siblings, 2 replies; 7+ messages in thread
From: Simon Horman @ 2016-02-23  1:17 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback etheravb compatibility string in
device trees where it is not already used.

Based on renesas-devel-20160222-v4.5-rc5

Simon Horman (2):
  ARM: dts: r8a7790: use fallback etheravb compatibility string
  arm64: dts: r8a7795: use fallback etheravb compatibility string

 arch/arm/boot/dts/r8a7790.dtsi           | 2 +-
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: dts: r8a7790: use fallback etheravb compatibility string
  2016-02-23  1:17 [PATCH 0/2] ARM, arm64: dts: use fallback etheravb compatibility string Simon Horman
@ 2016-02-23  1:17 ` Simon Horman
  2016-02-23  8:25   ` Geert Uytterhoeven
  2016-02-23  1:17 ` [PATCH 2/2] arm64: dts: r8a7795: " Simon Horman
  1 sibling, 1 reply; 7+ messages in thread
From: Simon Horman @ 2016-02-23  1:17 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback compatibility string in r8a7790 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7790.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index ba4c2530d79f..ec933f6ff5bf 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -773,7 +773,7 @@
 	};
 
 	avb: ethernet at e6800000 {
-		compatible = "renesas,etheravb-r8a7790";
+		compatible = "renesas,etheravb-r8a7790", "renesas,etheravb-rcar-gen2";
 		reg = <0 0xe6800000 0 0x800>, <0 0xee0e8000 0 0x4000>;
 		interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&mstp8_clks R8A7790_CLK_ETHERAVB>;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/2] arm64: dts: r8a7795: use fallback etheravb compatibility string
  2016-02-23  1:17 [PATCH 0/2] ARM, arm64: dts: use fallback etheravb compatibility string Simon Horman
  2016-02-23  1:17 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
@ 2016-02-23  1:17 ` Simon Horman
  2016-02-23  8:27   ` Geert Uytterhoeven
  1 sibling, 1 reply; 7+ messages in thread
From: Simon Horman @ 2016-02-23  1:17 UTC (permalink / raw)
  To: linux-arm-kernel

Use recently added fallback compatibility string in r8a7795 device tree.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index c2bffd160c18..39d6dc104206 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -473,7 +473,8 @@
 		};
 
 		avb: ethernet at e6800000 {
-			compatible = "renesas,etheravb-r8a7795";
+			compatible = "renesas,etheravb-r8a7795",
+				     "renesas,etheravb-rcar-gen3",
 			reg = <0 0xe6800000 0 0x800>, <0 0xe6a00000 0 0x10000>;
 			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
 				     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: dts: r8a7790: use fallback etheravb compatibility string
  2016-02-23  1:17 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
@ 2016-02-23  8:25   ` Geert Uytterhoeven
  2016-02-24  0:25     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-23  8:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use recently added fallback compatibility string in r8a7790 device tree.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/2] arm64: dts: r8a7795: use fallback etheravb compatibility string
  2016-02-23  1:17 ` [PATCH 2/2] arm64: dts: r8a7795: " Simon Horman
@ 2016-02-23  8:27   ` Geert Uytterhoeven
  2016-02-24  0:25     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2016-02-23  8:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use recently added fallback compatibility string in r8a7795 device tree.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/2] ARM: dts: r8a7790: use fallback etheravb compatibility string
  2016-02-23  8:25   ` Geert Uytterhoeven
@ 2016-02-24  0:25     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2016-02-24  0:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 23, 2016 at 09:25:33AM +0100, Geert Uytterhoeven wrote:
> On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Use recently added fallback compatibility string in r8a7790 device tree.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/2] arm64: dts: r8a7795: use fallback etheravb compatibility string
  2016-02-23  8:27   ` Geert Uytterhoeven
@ 2016-02-24  0:25     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2016-02-24  0:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 23, 2016 at 09:27:46AM +0100, Geert Uytterhoeven wrote:
> On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > Use recently added fallback compatibility string in r8a7795 device tree.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-24  0:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23  1:17 [PATCH 0/2] ARM, arm64: dts: use fallback etheravb compatibility string Simon Horman
2016-02-23  1:17 ` [PATCH 1/2] ARM: dts: r8a7790: " Simon Horman
2016-02-23  8:25   ` Geert Uytterhoeven
2016-02-24  0:25     ` Simon Horman
2016-02-23  1:17 ` [PATCH 2/2] arm64: dts: r8a7795: " Simon Horman
2016-02-23  8:27   ` Geert Uytterhoeven
2016-02-24  0:25     ` Simon Horman

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).