Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp6574983ybe; Wed, 18 Sep 2019 05:52:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqwcYmCXYeKwZqX18yoV+qEkZBpcwyS3qHCFtc7GIS9ua/1Mja5UeyBUrsfEzb/svd4zzCds X-Received: by 2002:a17:906:8319:: with SMTP id j25mr2022550ejx.122.1568811141120; Wed, 18 Sep 2019 05:52:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568811141; cv=none; d=google.com; s=arc-20160816; b=rhnSbydT7qXrS6GIYQzIJtHf/FYhuWqGCLa5FP0dnm1RqrMwmQ6iao6jsc3iRN4uvz ZNJE83N/E4O9SygDxi4BaGHWKSHypLw8Jwg2GN4Mskxz/gM5s9EqPhRCJOA4q9xBuz1T F2BD0y9Tj+u8iexT3gsEAceJ+AGK+yaV1DhkgjXHvlfiNsEX4H3hNvM92Ba394H00+mr pY0pwZWkc+ZguiYsJdbFGH5WEtx8apPheDN+VAi8/91Xw8R4ecU6FVtW+CZMrwyZq9DG WsM6MmST8cVJyH2PGkn5BRO/B1cc4Mmiz00gRGT39yXYMlYK0me+QnUPdkbZh4udnR0g wc0w== 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=aABYoWlg/RH2nIxZqfkHwxAsyt4VL4cMFMyhrte5y6U=; b=pCB+kW4SEPpluDBlglZed7pf+IQ09QvW3aY+r/nafSl1Kw4bwidOI01cHR5qP3Q5WX 5Nmo2ASn3KUAqrhPdz2TPfXzJrSwkme+bnRMSycNuFD57v5B5krFYaGyMoDA2gxZI6MX xu6L4V666ZPqvuvt+yT+8sIoAeDiNqu2geZH75MKCnFo1fGXttIz5KVGPrMam+AmgDEa ixLFvBbngPBbraPzNkQFcQRG1rw+YOWLM3ST1mXETQnJuw3LwYxJZqjeS6s5PIjII1/b Bv0Zh/YS44S+L6C06nI9wI/RcRqTDvu02ui4Ci5+yANhHGIEzA3WvM/513iNzVuG0bSB Z73w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d58si3261278eda.62.2019.09.18.05.51.53; Wed, 18 Sep 2019 05:52:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729306AbfIRIFF (ORCPT + 99 others); Wed, 18 Sep 2019 04:05:05 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:10399 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726814AbfIRIFD (ORCPT ); Wed, 18 Sep 2019 04:05:03 -0400 X-IronPort-AV: E=Sophos;i="5.64,519,1559487600"; d="scan'208";a="26658094" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 18 Sep 2019 17:05:01 +0900 Received: from renesas-VirtualBox.ree.adwin.renesas.com (unknown [10.226.37.56]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 05B2F41C9BD7; Wed, 18 Sep 2019 17:04:58 +0900 (JST) From: Gareth Williams To: Mark Brown , Rob Herring , Mark Rutland Cc: Phil Edworthy , Geert Uytterhoeven , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Gareth Williams Subject: [PATCH v2 1/4] dt: spi: Add Renesas RZ/N1 binding documentation Date: Wed, 18 Sep 2019 09:04:33 +0100 Message-Id: <1568793876-9009-2-git-send-email-gareth.williams.jx@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1568793876-9009-1-git-send-email-gareth.williams.jx@renesas.com> References: <1568793876-9009-1-git-send-email-gareth.williams.jx@renesas.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Phil Edworthy The Renesas RZ/N1 SPI Controller is based on the Synopsys DW SSI, but has additional registers for software CS control and DMA. This patch does not address the changes required for DMA support, it simply adds the compatible string. The CS functionality is not very useful and also not needed as Linux can use gpios for the CS signals. Add a compatible string to handle any unforeseen issues that may arise, and pave the way for DMA support. Signed-off-by: Gareth Williams Signed-off-by: Phil Edworthy --- Note: All the other manufacturers detail their compatible strings in snps,dw-apb-ssi.txt. I think it makes sense for rzn1 to be in it's own file due to the changes made to the peripheral for DMA support. v2: - No changes. --- Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt diff --git a/Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt b/Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt new file mode 100644 index 0000000..fb1a672 --- /dev/null +++ b/Documentation/devicetree/bindings/spi/renesas,rzn1-spi.txt @@ -0,0 +1,11 @@ +Renesas RZ/N1 SPI Controller + +This controller is based on the Synopsys DW Synchronous Serial Interface and +inherits all properties defined in snps,dw-apb-ssi.txt except for the +compatible property. + +Required properties: +- compatible : The device specific string followed by the generic RZ/N1 string. + Therefore it must be one of: + "renesas,r9a06g032-spi", "renesas,rzn1-spi" + "renesas,r9a06g033-spi", "renesas,rzn1-spi" -- 2.7.4