All of lore.kernel.org
 help / color / mirror / Atom feed
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/14] arm64: dts: r8a7795: use fallback etheravb compatibility string
Date: Fri, 26 Feb 2016 09:07:43 +0900	[thread overview]
Message-ID: <2b953ccd0e11bc468ff7337c9ae66c97c7747396.1456445161.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1456445161.git.horms+renesas@verge.net.au>

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>
---
 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..e9adb31cd48c 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.7.0.rc3.207.g0ac5344

  parent reply	other threads:[~2016-02-26  0:07 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-26  0:07 [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.6 Simon Horman
2016-02-26  0:07 ` [PATCH 01/14] arm64: dts: r8a7795: Add L2 cache-controller nodes Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 02/14] arm64: dts: r8a7795: pmu: switch to Cortex specific device nodes Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 03/14] arm64: dts: r8a7795: use GIC_* defines Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 04/14] arm64: dts: r8a7795: Add missing properties to CA57 L2 cache node Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 05/14] arm64: dts: r8a7795: Add CA53 L2 cache-controller node Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 06/14] arm64: dts: r8a7795: Add INTC-EX device node Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 07/14] arm64: dts: r8a7795: Add GIC-400 virtual interfaces Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 08/14] arm64: dts: r8a7795: Add SDHI support to dtsi Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-26  0:07 ` [PATCH 09/14] arm64: dts: r8a7795: salvator-x: enable SDHI0 & 3 Simon Horman
2016-02-26  0:07 ` Simon Horman [this message]
2016-02-26  0:07 ` [PATCH 11/14] arm64: dts: r8a7795: add usb2_phy device nodes Simon Horman
2016-02-26  0:07 ` [PATCH 12/14] arm64: dts: r8a7795: add USB2.0 Host (EHCI/OHCI) " Simon Horman
2016-02-26  0:07 ` [PATCH 13/14] arm64: dts: salvator-x: enable usb2_phy of channel 1 and 2 Simon Horman
2016-02-26  0:07 ` [PATCH 14/14] arm64: dts: salvator-x: enable USB 2.0 Host " Simon Horman
2016-02-26  0:07   ` Simon Horman
2016-02-29 15:21 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.6 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=2b953ccd0e11bc468ff7337c9ae66c97c7747396.1456445161.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.