From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 net-next 2/2] ravb: add device tree support for r8a779[123] Date: Wed, 2 Dec 2015 08:31:08 -0600 Message-ID: <20151202143108.GA17738@rob-hp-laptop> References: <1449035913-9129-1-git-send-email-horms+renesas@verge.net.au> <1449035913-9129-3-git-send-email-horms+renesas@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1449035913-9129-3-git-send-email-horms+renesas@verge.net.au> Sender: linux-sh-owner@vger.kernel.org To: Simon Horman Cc: netdev@vger.kernel.org, linux-sh@vger.kernel.org, Magnus Damm , Sergei Shtylyov , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Dec 02, 2015 at 02:58:33PM +0900, Simon Horman wrote: > Simply document new compatibility strings. > As a previous patch adds a generic R-Car Gen2 compatibility string > there appears to be no need for a driver updates. > > Signed-off-by: Simon Horman Acked-by: Rob Herring > > --- > v2 > * No change > --- > Documentation/devicetree/bindings/net/renesas,ravb.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt > index 7555116b5db2..81a9f9e6b45f 100644 > --- a/Documentation/devicetree/bindings/net/renesas,ravb.txt > +++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt > @@ -5,6 +5,9 @@ interface contains. > > Required properties: > - compatible: "renesas,etheravb-r8a7790" if the device is a part of R8A7790 SoC. > + "renesas,etheravb-r8a7791" if the device is a part of R8A7791 SoC. > + "renesas,etheravb-r8a7792" if the device is a part of R8A7792 SoC. > + "renesas,etheravb-r8a7793" if the device is a part of R8A7793 SoC. > "renesas,etheravb-r8a7794" if the device is a part of R8A7794 SoC. > "renesas,etheravb-r8a7795" if the device is a part of R8A7795 SoC. > "renesas,etheravb-rcar-gen2" for generic R-Car Gen 2 compatible interface. > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html