From patchwork Thu Sep 3 14:42:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11753829 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3ECC71709 for ; Thu, 3 Sep 2020 14:43:08 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 192AA206EF for ; Thu, 3 Sep 2020 14:43:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="Z+5PFWid" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 192AA206EF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5396+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id SBnwYY4521763xc4jQ2mz0q0; Thu, 03 Sep 2020 07:43:07 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web12.15617.1599144186096464858 for ; Thu, 03 Sep 2020 07:43:07 -0700 X-IronPort-AV: E=Sophos;i="5.76,387,1592838000"; d="scan'208";a="56297547" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 03 Sep 2020 23:43:06 +0900 X-Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id DCA0742D18DA; Thu, 3 Sep 2020 23:43:05 +0900 (JST) From: "Lad Prabhakar" To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Biju Das Subject: [cip-dev] [PATCH 4.4.y-cip 1/6] dt-bindings: net: renesas,ether: Document R8A7742 SoC Date: Thu, 3 Sep 2020 15:42:58 +0100 Message-Id: <20200903144303.13275-2-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: <20200903144303.13275-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20200903144303.13275-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: tgmydyUIRz2OwsCiOTtoTjzax4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599144187; bh=faRbjm8Ee4E9ElOJyg+/mZrcvdDLic0bVQ2myKKDNIk=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Z+5PFWidj0wawqk1CNHw3Gp/0a5dt+jC9FF7J/rHv0D9wi4kxQhtUqmbYyCtIzxBFO/ 46umLq5bsANaI13YN3yRwq9pvOH/jA70461OrxRzKOwKMPpYCyf9/ckh89x+WlIAWKG3M 9idIf2yJI3xDEFyPjXLobP/grZL45U1uEZk= commit 75d728ed2b1e48b9801b6856147bbe26c28f3143 upstream. Document RZ/G1H (R8A7742) SoC bindings. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Signed-off-by: Rob Herring [PL: Patched text version of bindings file] Signed-off-by: Lad Prabhakar --- Documentation/devicetree/bindings/net/sh_eth.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/sh_eth.txt b/Documentation/devicetree/bindings/net/sh_eth.txt index 0115c85a2425..ead74a50ca02 100644 --- a/Documentation/devicetree/bindings/net/sh_eth.txt +++ b/Documentation/devicetree/bindings/net/sh_eth.txt @@ -5,6 +5,7 @@ interface contains. Required properties: - compatible: "renesas,gether-r8a7740" if the device is a part of R8A7740 SoC. + "renesas,ether-r8a7742" if the device is a part of R8A7742 SoC. "renesas,ether-r8a7743" if the device is a part of R8A7743 SoC. "renesas,ether-r8a7745" if the device is a part of R8A7745 SoC. "renesas,ether-r8a7778" if the device is a part of R8A7778 SoC.