From mboxrd@z Thu Jan 1 00:00:00 1970 From: Biju Das Subject: [PATCH v2 1/2] ravb: Document binding for r8a7743 SoC Date: Wed, 5 Jul 2017 16:56:28 +0100 Message-ID: <1499270189-29945-2-git-send-email-biju.das@bp.renesas.com> References: <1499270189-29945-1-git-send-email-biju.das@bp.renesas.com> Cc: Sergei Shtylyov , Simon Horman , Magnus Damm , Chris Paterson , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, Biju Das To: Rob Herring , Mark Rutland , Russell King Return-path: Received: from relmlor4.renesas.com ([210.160.252.174]:61788 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751742AbdGEQKY (ORCPT ); Wed, 5 Jul 2017 12:10:24 -0400 In-Reply-To: <1499270189-29945-1-git-send-email-biju.das@bp.renesas.com> Sender: netdev-owner@vger.kernel.org List-ID: Add a new compatible string for the RZ/G1M (R8A7743) SoC. Signed-off-by: Biju Das Reviewed-by: Chris Paterson Reviewed-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/net/renesas,ravb.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt index b519503..bc692ab 100644 --- a/Documentation/devicetree/bindings/net/renesas,ravb.txt +++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt @@ -4,7 +4,8 @@ This file provides information on what the device node for the Ethernet AVB interface contains. Required properties: -- compatible: "renesas,etheravb-r8a7790" if the device is a part of R8A7790 SoC. +- compatible: "renesas,etheravb-r8a7743" if the device is a part of R8A7743 SoC. + "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. -- 1.9.1