From patchwork Wed Aug 26 11:21:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11737975 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 98AF617C7 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 73F442087D 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="mn+BqhCc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73F442087D 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+5268+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id QZm1YY4521763xVln86LcLeM; Wed, 26 Aug 2020 04:35:17 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com [210.160.252.172]) by mx.groups.io with SMTP id smtpd.web12.10260.1598440912320910289 for ; Wed, 26 Aug 2020 04:21:52 -0700 X-IronPort-AV: E=Sophos;i="5.76,355,1592838000"; d="scan'208";a="55371150" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 26 Aug 2020 20:21:51 +0900 X-Received: from localhost.localdomain (unknown [172.29.51.148]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 5B62D429693C; Wed, 26 Aug 2020 20:21:50 +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 07/10] spi: renesas,sh-msiof: Add r8a774e1 support Date: Wed, 26 Aug 2020 12:21:29 +0100 Message-Id: <20200826112132.4090-8-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: xyhingl7bVFVvyGrGsHbf8qOx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1598441717; bh=Cqbtlshrj6RMI6hVaut9oL4h5nl4s7lsf979wsNVbbQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=mn+BqhCcNqsiDA1RCfI2X37r1YJfQOfGWkwptvLZ628n6iH7bzxiflvAnVrT5exJ+3N /RgdxSNAtoEaijULA1cKNL2fFbJMblhxq++mJDlvbFyVReAMcz3LtzMvkbgMiFXdJrSQP DHkajMCWuP9/OjxUcAiu/VQyZQEVG5yA/2g= From: Lad Prabhakar commit b4f7f5f5470588e45e5d004f1dc4887af20f18c0 upstream. Document RZ/G2H (R8A774E1) SoC bindings. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/1594811350-14066-15-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Mark Brown [biju: Patched text version of bindings file] Signed-off-by: Biju Das --- Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt index 5d6360dc8e51..ed6a9b407a0a 100644 --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt @@ -6,6 +6,7 @@ Required properties: "renesas,msiof-r8a774a1" (RZ/G2M) "renesas,msiof-r8a774b1" (RZ/G2N) "renesas,msiof-r8a774c0" (RZ/G2E) + "renesas,msiof-r8a774e1" (RZ/G2H) "renesas,msiof-r8a7790" (R-Car H2) "renesas,msiof-r8a7791" (R-Car M2-W) "renesas,msiof-r8a7792" (R-Car V2H)