From patchwork Thu Jan 10 19:02:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 1023173 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=cogentembedded.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=cogentembedded-com.20150623.gappssmtp.com header.i=@cogentembedded-com.20150623.gappssmtp.com header.b="vkI0mW6l"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43bFkD1zjwz9sCr for ; Fri, 11 Jan 2019 06:02:44 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729127AbfAJTCm (ORCPT ); Thu, 10 Jan 2019 14:02:42 -0500 Received: from mail-lf1-f66.google.com ([209.85.167.66]:40250 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728572AbfAJTCm (ORCPT ); Thu, 10 Jan 2019 14:02:42 -0500 Received: by mail-lf1-f66.google.com with SMTP id v5so9082378lfe.7 for ; Thu, 10 Jan 2019 11:02:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=subject:from:to:cc:references:organization:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=I4wFtu4ewvaxtn9SUALdhudsLahKkWpUyBhd3aLO95Y=; b=vkI0mW6lVQ250pw/B1OWoAK+ePxx7uw0KGsZ1NDmkCzAKSMOmtPBX2MkdQ23Wbt17S toVR6d/KaKnEly8+n88pNM7DYUA6Tl6o7HxUeCkZkN+P6v0NC5w1UnNBVbbPBuqbW/3I qOA/nCyYYI9FkL6wtl2dDYX5Fmqs2g95COW7UdUiLQD5JN8P+uwrVjDX/UDb6C/xg4iE nxFTx1ozYYu7qyj4nk+RQYkoR+aK6XmQY4YFQPychtQFCxM9IPD/FDdVF1m7oc8fHgXO 4aTBWHhL/66v6mToFaLafpLVDQNqexZKrC/AoLT8a0CZ79GfZw1SvfICgpXduFsTQcI/ PfTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:cc:references:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=I4wFtu4ewvaxtn9SUALdhudsLahKkWpUyBhd3aLO95Y=; b=q6Xj8l666gThJtpDq4/hbo1djrIEO3fSG7U5vygdfCcjsIjnfVGzMvtNIJpHTB5KZv /VwKJbKteiSPHLJVS3vRYSMwRhrJiR6gqdW7YhoWOpW7EEdEH3v8Jjjtd7l5nGfNWRLm 5BQ0130l4nuBl/E9A5ofO6Fo7fbiVuivyJkjz8K28DZ7GR/D324HSa092lkDdVEQtD6t 0IecqPBt+1hfLVEpOOO6bOTqxGTw4UfGQkkR0ZBTadMwF2RFJJUqPPb62zelKggCV2cZ vc8lraTvOQ7ekxA3oOiq932smwKTHD4py22gQ8v2ScCB4iZzm6uoPNQ70sVFrigBRhpx oARA== X-Gm-Message-State: AJcUukfnK1Fy+wNzZ+Xtb+dV8CjTrwkLDq4ZA589CFcGpo6DRChST4b3 HeAKVyG8QVnDLYLJ4Pvs2DMqDg== X-Google-Smtp-Source: ALg8bN6SBs9BCzOy5LWo/57natk8/xT/nssxLyMa0v2ksb5Xpvo3CYntnDPtm4l3++mTRYOn9Xv2Ow== X-Received: by 2002:a19:be16:: with SMTP id o22mr6366391lff.22.1547146960437; Thu, 10 Jan 2019 11:02:40 -0800 (PST) Received: from wasted.cogentembedded.com ([31.173.83.92]) by smtp.gmail.com with ESMTPSA id g17sm14428911lfg.78.2019.01.10.11.02.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Jan 2019 11:02:39 -0800 (PST) Subject: [PATCH RFC 1/2] dt-bindings: spi: renesas-rpc: document R8A77970 bindings From: Sergei Shtylyov To: linux-spi@vger.kernel.org, Mason Yang , Rob Herring , "devicetree@vger.kernel.org" Cc: linux-renesas-soc@vger.kernel.org, Mark Rutland References: Organization: Cogent Embedded Message-ID: <36b5ecc8-e7df-e351-f267-97a0d94262a1@cogentembedded.com> Date: Thu, 10 Jan 2019 22:02:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-MW Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the R-Car V3M (R8A77970) SoC in the Renesas RPC-IF bindings. Signed-off-by: Sergei Shtylyov Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/spi/spi-renesas-rpc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: renesas/Documentation/devicetree/bindings/spi/spi-renesas-rpc.txt =================================================================== --- renesas.orig/Documentation/devicetree/bindings/spi/spi-renesas-rpc.txt +++ renesas/Documentation/devicetree/bindings/spi/spi-renesas-rpc.txt @@ -2,7 +2,8 @@ Renesas R-Car Gen3 RPC-IF controller Dev ---------------------------------------------------------- Required properties: -- compatible: should be "renesas,r8a77980-rpc" or +- compatible: should be "renesas,r8a77970-rpc" or + "renesas,r8a77980-rpc" or "renesas,r8a77995-rpc" - #address-cells: should be 1 - #size-cells: should be 0