From patchwork Wed Sep 2 16:05:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11751139 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 F418217C7 for ; Wed, 2 Sep 2020 16:06:43 +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 9C26D2158C for ; Wed, 2 Sep 2020 16:06:43 +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="inVLEXVx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9C26D2158C 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+5380+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id vlWqYY4521763xRckgFj1lSR; Wed, 02 Sep 2020 09:06:42 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web11.11147.1599062725125566061 for ; Wed, 02 Sep 2020 09:05:40 -0700 X-IronPort-AV: E=Sophos;i="5.76,383,1592838000"; d="scan'208";a="55980503" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 03 Sep 2020 01:05:39 +0900 X-Received: from localhost.localdomain (unknown [172.29.51.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 8C41940065AE; Thu, 3 Sep 2020 01:05:38 +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.4.y-cip 7/9] spi: renesas,sh-msiof: Add r8a7742 support Date: Wed, 2 Sep 2020 17:05:15 +0100 Message-Id: <20200902160517.5181-11-biju.das.jz@bp.renesas.com> In-Reply-To: <20200902160517.5181-1-biju.das.jz@bp.renesas.com> References: <20200902160517.5181-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: PUI7dsoiAEeMzWtxwGRENVqFx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599062802; bh=Ec+UJHtxNWKqOROBCBfOmsA/pjV2mL5lP5yAQjUDNyw=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=inVLEXVxpxWrHzQI8IcXqWXfo+L47KKGbwfmnUcsw3/KSQAHNi5265wFvIYCsqVCCPQ OzZyfguLjee0QQjUh4vcG3NaNgBK22TPQwDDVVdppCiBM1wjAZnSu5kGsXl5YMYpVeZ8M X6uDLLmsB7QmY1HoJEimzTK4n7eWP7QGF9g= From: Lad Prabhakar commit 6383b118efafff8cce8fc8fa5b7e893a523b698f upstream. Document RZ/G1H (R8A7742) SoC bindings. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/1591736054-568-2-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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt index 7a20ec6a595e..80aa70517dd2 100644 --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt @@ -1,7 +1,8 @@ Renesas MSIOF spi controller Required properties: -- compatible : "renesas,msiof-r8a7743" (RZ/G1M) +- compatible : "renesas,msiof-r8a7742" (RZ/G1H) + "renesas,msiof-r8a7743" (RZ/G1M) "renesas,msiof-r8a7745" (RZ/G1E) "renesas,msiof-r8a7790" (R-Car H2) "renesas,msiof-r8a7791" (R-Car M2-W)