Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp381025ybh; Wed, 15 Jul 2020 04:36:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyidstF9NQkv8ph4QObH+kmaf/2oilpdwT1fOY85mQT/jxOg5T3TaIxRFt4yYUuwXkOzsaA X-Received: by 2002:a17:906:3b01:: with SMTP id g1mr9272468ejf.353.1594813005053; Wed, 15 Jul 2020 04:36:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594813005; cv=none; d=google.com; s=arc-20160816; b=WZQfWoI9Wcws1PGsYRoS/Mj8HSVoQCQhoplrITdzgnpWLMFP8HDHE8chMforRdW2tq 6Hocit8NSjlx+YM5arASnjhUaUGKtZTId+odBN3l4KH4STr3amFUwqHgoj6HZdAEDQ/7 EhJjKvih8v6Lw8a1yN3d9glMHgY5aH7bvPGoZjydSJtbmDFFeToHGhu20IeL2mAJ6MPJ AVasjpLnkrna1P2utVF91liqSgkOhjupx7x8w8dfYsvvw19KgtjIuNyxBczdfzYuKuwA laS3f60pLlk1SJiZqkhtrP9/M+ZhAqns9ObNJfRFmNY+orcvwAthebxUCDZdGCEYMdl/ /RCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=S/aSDXt8A0SgsMyiiToNsj5eiV/Fb8bEwZ/nzWhubQk=; b=sTWbqe/0P3/5DrVTfdoIO3j8gSfCIhBWxiAGOSUjFoldHmq7NhOKt7cjxkEcqSf14s BHYVa4S23wLCrLCo9E2xZlCRGAc8XvzBubbRQ37b12DdqY56hWYuMBYWwZvaHyvmsEAL 3gvegskSPfCyX3mnN+ODnRPEbVb+5PIkjiJVFYBu+BN6gqP22No9j1vpRSWom7e/G1c2 aAeslzbR+K/chgvlMcLr07JpIN7DjMFdljWJuLMwjBsx8lbUEwvrinj1XxVqN6JLKvuT XJUow81wra5QQtXHFoIkSf9C63dmBwbbPUI/LqxjMTQLyPjorPw6GCyiHGhSKGgmngbx /fSQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j31si1121622edc.371.2020.07.15.04.36.21; Wed, 15 Jul 2020 04:36:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731655AbgGOLK1 (ORCPT + 99 others); Wed, 15 Jul 2020 07:10:27 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:14909 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731639AbgGOLKX (ORCPT ); Wed, 15 Jul 2020 07:10:23 -0400 X-IronPort-AV: E=Sophos;i="5.75,355,1589209200"; d="scan'208";a="51981949" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 15 Jul 2020 20:10:21 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id ADA474006DF5; Wed, 15 Jul 2020 20:10:15 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Wolfram Sang , Rob Herring , Wolfgang Grandegger , Marc Kleine-Budde , "David S. Miller" , Jakub Kicinski , Mark Brown , Niklas , Zhang Rui , Wim Van Sebroeck , Guenter Roeck , Magnus Damm Cc: Daniel Lezcano , Amit Kucheria , Thomas Gleixner , Laurent Pinchart , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-can@vger.kernel.org, netdev@vger.kernel.org, linux-spi@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org, Prabhakar , Lad Prabhakar Subject: [PATCH 11/20] dt-bindings: i2c: renesas,i2c: Document r8a774e1 support Date: Wed, 15 Jul 2020 12:09:01 +0100 Message-Id: <1594811350-14066-12-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1594811350-14066-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <1594811350-14066-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document i2c controller for RZ/G2H (R8A774E1) SoC, which is compatible with R-Car Gen3 SoC family. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu --- Documentation/devicetree/bindings/i2c/renesas,i2c.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/renesas,i2c.txt b/Documentation/devicetree/bindings/i2c/renesas,i2c.txt index a03f9f5cb378..96d869ac3839 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,i2c.txt +++ b/Documentation/devicetree/bindings/i2c/renesas,i2c.txt @@ -10,6 +10,7 @@ Required properties: "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC. "renesas,i2c-r8a774b1" if the device is a part of a R8A774B1 SoC. "renesas,i2c-r8a774c0" if the device is a part of a R8A774C0 SoC. + "renesas,i2c-r8a774e1" if the device is a part of a R8A774E1 SoC. "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC. "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC. "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC. -- 2.17.1