[PATCH 0/2] ARM, arm64: dts: use fallback etheravb compatibility string

STALE3815d

7 messages, 3 authors, 2016-02-24 · open the first message on its own page

[PATCH 0/2] ARM, arm64: dts: use fallback etheravb compatibility string

From: Simon Horman <hidden>
Date: 2016-02-23 01:17:44

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

[PATCH 1/2] ARM: dts: r8a7790: use fallback etheravb compatibility string

From: Simon Horman <hidden>
Date: 2016-02-23 01:17:45

Use recently added fallback compatibility string in r8a7790 device tree.

Signed-off-by: Simon Horman <redacted>
---
 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

[PATCH 2/2] arm64: dts: r8a7795: use fallback etheravb compatibility string

From: Simon Horman <hidden>
Date: 2016-02-23 01:17:46

Use recently added fallback compatibility string in r8a7795 device tree.

Signed-off-by: Simon Horman <redacted>
---
 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

[PATCH 1/2] ARM: dts: r8a7790: use fallback etheravb compatibility string

From: geert@linux-m68k.org (Geert Uytterhoeven)
Date: 2016-02-23 08:25:33

On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
[off-list ref] wrote:
Use recently added fallback compatibility string in r8a7790 device tree.

Signed-off-by: Simon Horman <redacted>
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

[PATCH 2/2] arm64: dts: r8a7795: use fallback etheravb compatibility string

From: geert@linux-m68k.org (Geert Uytterhoeven)
Date: 2016-02-23 08:27:46

On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
[off-list ref] wrote:
Use recently added fallback compatibility string in r8a7795 device tree.

Signed-off-by: Simon Horman <redacted>
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

[PATCH 1/2] ARM: dts: r8a7790: use fallback etheravb compatibility string

From: horms@verge.net.au (Simon Horman)
Date: 2016-02-24 00:25:29

On Tue, Feb 23, 2016 at 09:25:33AM +0100, Geert Uytterhoeven wrote:
On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
[off-list ref] wrote:
quoted
Use recently added fallback compatibility string in r8a7790 device tree.

Signed-off-by: Simon Horman <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued this up.

[PATCH 2/2] arm64: dts: r8a7795: use fallback etheravb compatibility string

From: horms@verge.net.au (Simon Horman)
Date: 2016-02-24 00:25:36

On Tue, Feb 23, 2016 at 09:27:46AM +0100, Geert Uytterhoeven wrote:
On Tue, Feb 23, 2016 at 2:17 AM, Simon Horman
[off-list ref] wrote:
quoted
Use recently added fallback compatibility string in r8a7795 device tree.

Signed-off-by: Simon Horman <redacted>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued this up.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help