Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5235889imm; Tue, 31 Jul 2018 07:41:11 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeYC3dxDmX+Ko30XyVtmT0zGywUconcS8wS2M6kl0uaJrFkHd8Q14Oc1KOk7DRf/7I3i1ZL X-Received: by 2002:a17:902:4d45:: with SMTP id o5-v6mr9231762plh.78.1533048071817; Tue, 31 Jul 2018 07:41:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533048071; cv=none; d=google.com; s=arc-20160816; b=JhMjS5uzSJVERLuUG7qg6MjKtWsXyW7YK662NfdsbAfgiB9Xbh7mz8LdDyRCs6HLtd 8w0Y/7eZbRdh/k92G19mUsx0FMT4PvVWdbR/XA97ZrAFsjeymzX4jFFlRVFKDpYf3xQq Cky9P1YvJ4Z8XW1uIYq4cpF3MZLEAHdu8nCkXBCYS7xHtghC1FNtsM4cNCxhiPPEN0RK LFPE+oucDiEfmbYvBZj8OLTztutL6wDmO5dmD1SeH+b8d6l4ategMEdlqkoteVk9J8ug pIQ3O6/BSxflhSKqdiaF+jBrIA9pPVlNjAVpM2qgHcA+KHRoHMf7CWCkDb1ArXIE7omT vbrA== 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:arc-authentication-results; bh=El/gfYWSQHt7K06aa5qX6aw8Dt3sfxHnq01UVyiQHqY=; b=z5NOJL1MnVQHaUjqbehmcvq5MfenYvDxLyesBdzKAcPJ7axyJuupMVKcdHh1Kv4j0/ 0+9B+Djqcs4wUZWre8/Omjygq4oGVtchd9IBl4B0ADZ6M81qSuL+A83/tnh9MffGMRDu cshmnkpS7Oz9UMK0g92BModoeer4uEcXaZDSroW5Rvda1j1mpC/Ofv5NXfS0bgfH9Y4z XHKLm2UDFnvXiQf8tuLy9HfByl1M4+urm1/OOaR4DhJZUArwbtkIFQxF3Oq0GA+yEeJP RSiZ2OrhT4tQkFBiLhTbr8qlbjhBG6dRN/yd0ClpMfhoPtI9hVCTLNUj3uRN+MqVUz4a oitQ== 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 184-v6si14185093pfe.249.2018.07.31.07.40.57; Tue, 31 Jul 2018 07:41:11 -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 S1732449AbeGaQTi (ORCPT + 99 others); Tue, 31 Jul 2018 12:19:38 -0400 Received: from mail.bootlin.com ([62.4.15.54]:40810 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732298AbeGaQTg (ORCPT ); Tue, 31 Jul 2018 12:19:36 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 7C476207AA; Tue, 31 Jul 2018 16:38:56 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 5584C20731; Tue, 31 Jul 2018 16:38:56 +0200 (CEST) From: Alexandre Belloni To: Mark Brown , Paul Burton Cc: James Hogan , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Thomas Petazzoni , Allan Nielsen , Alexandre Belloni , Rob Herring Subject: [PATCH v4 1/3] spi: dw: document Microsemi integration Date: Tue, 31 Jul 2018 16:38:53 +0200 Message-Id: <20180731143855.7131-2-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180731143855.7131-1-alexandre.belloni@bootlin.com> References: <20180731143855.7131-1-alexandre.belloni@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The integration of the Designware SPI controller on Microsemi SoCs requires an extra register set to be able to give the IP control of the SPI interface. Cc: Rob Herring Signed-off-by: Alexandre Belloni --- Changes in v4: - changed subject to be prefixed by spi: dw: - documented possible values. jaguar2 support will be added later to the driver. Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt index 204b311e0400..642d3fb1ef85 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt @@ -1,8 +1,10 @@ Synopsys DesignWare AMBA 2.0 Synchronous Serial Interface. Required properties: -- compatible : "snps,dw-apb-ssi" -- reg : The register base for the controller. +- compatible : "snps,dw-apb-ssi" or "mscc,-spi", where soc is "ocelot" or + "jaguar2" +- reg : The register base for the controller. For "mscc,-spi", a second + register set is required (named ICPU_CFG:SPI_MST) - interrupts : One interrupt, used by the controller. - #address-cells : <1>, as required by generic SPI binding. - #size-cells : <0>, also as required by generic SPI binding. -- 2.18.0