From patchwork Wed Aug 26 11:21:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11737977 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 E450A17FB for ; Wed, 26 Aug 2020 11:35:17 +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 C006A2087D for ; Wed, 26 Aug 2020 11:35:17 +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="IoaaR1lj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C006A2087D 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+5266+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id MqkwYY4521763xjRzvGwhtXP; Wed, 26 Aug 2020 04:35:17 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com [210.160.252.171]) by mx.groups.io with SMTP id smtpd.web12.10258.1598440908658796256 for ; Wed, 26 Aug 2020 04:21:48 -0700 X-IronPort-AV: E=Sophos;i="5.76,355,1592838000"; d="scan'208";a="55588068" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 26 Aug 2020 20:21:48 +0900 X-Received: from localhost.localdomain (unknown [172.29.51.148]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id B00F5429693C; Wed, 26 Aug 2020 20:21:46 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.19.y-cip 05/10] dt-bindings: i2c: renesas,iic: Document r8a774e1 support Date: Wed, 26 Aug 2020 12:21:27 +0100 Message-Id: <20200826112132.4090-6-biju.das.jz@bp.renesas.com> In-Reply-To: <20200826112132.4090-1-biju.das.jz@bp.renesas.com> References: <20200826112132.4090-1-biju.das.jz@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: jGLJxFTlLbbOFpSAnNN9rDFtx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598441717; bh=XKO/6Mq2R/fAZ+IH2fZSEfyOCEcOHatmXhjvATEDAZc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=IoaaR1ljt7AnOlxClNtpfsIFXyBq/53sD8GM5Gmw3W6UzGcUcSD6wZtBgV2oSttytRT NuL9LUbvIx6zL3rIv885QqDAF8z3U1xDf4uhdruKP/hLpJbA93nkXpMdZd5gK9s9mnEMV goZWINYkGmZZnRYltGgyxetTesG+g/PjksM= From: Lad Prabhakar commit 99f0975d760b6320dd5490bd0bc3a31900284757 upstream. Document IIC 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 Reviewed-by: Geert Uytterhoeven Acked-by: Rob Herring Signed-off-by: Wolfram Sang Signed-off-by: Biju Das --- Documentation/devicetree/bindings/i2c/renesas,iic.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/renesas,iic.txt b/Documentation/devicetree/bindings/i2c/renesas,iic.txt index a139e58c180e..60985537ab68 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,iic.txt +++ b/Documentation/devicetree/bindings/i2c/renesas,iic.txt @@ -9,6 +9,7 @@ Required properties: - "renesas,iic-r8a774a1" (RZ/G2M) - "renesas,iic-r8a774b1" (RZ/G2N) - "renesas,iic-r8a774c0" (RZ/G2E) + - "renesas,iic-r8a774e1" (RZ/G2H) - "renesas,iic-r8a7790" (R-Car H2) - "renesas,iic-r8a7791" (R-Car M2-W) - "renesas,iic-r8a7792" (R-Car V2H)