Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1163065AbbKTPjM (ORCPT ); Fri, 20 Nov 2015 10:39:12 -0500 Received: from mail.kernel.org ([198.145.29.136]:56911 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759525AbbKTPjK (ORCPT ); Fri, 20 Nov 2015 10:39:10 -0500 Date: Fri, 20 Nov 2015 09:39:05 -0600 From: Rob Herring To: Zhong Kaihua Cc: pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, catalin.marinas@arm.com, will.deacon@arm.com, xuwei5@hisilicon.com, tyler.baker@linaro.org, bintian.wang@huawei.com, haojian.zhuang@linaro.org, xuyiping@hisilicon.com, arnd@arndb.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, w.f@huawei.com, dan.zhao@hisilicon.com, kkojima@drone.co.jp, suzhuangluan@hisilicon.com, puck.chen@hisilicon.com, kong.kongxinwei@hisilicon.com Subject: Re: [PATCH V2 1/2] dt-bindings: spi: Documentation for Hi6220 spi driver Message-ID: <20151120153905.GA8476@rob-hp-laptop> References: <1447922229-60552-1-git-send-email-zhongkaihua@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447922229-60552-1-git-send-email-zhongkaihua@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2286 Lines: 60 On Thu, Nov 19, 2015 at 04:37:08PM +0800, Zhong Kaihua wrote: > dt-bindings: spi: Documentation for Hi6220 spi driver > > Signed-off-by: Zhong Kaihua > --- > .../devicetree/bindings/spi/spi-hi6220.txt | 45 ++++++++++++++++++++++ > 1 file changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/spi/spi-hi6220.txt > > diff --git a/Documentation/devicetree/bindings/spi/spi-hi6220.txt b/Documentation/devicetree/bindings/spi/spi-hi6220.txt > new file mode 100644 > index 0000000..91aa169 > --- /dev/null > +++ b/Documentation/devicetree/bindings/spi/spi-hi6220.txt > @@ -0,0 +1,45 @@ > +Hi6220 SPI controller > + > +Required properties: > +- compatible : "arm,pl022", "arm,primecell" If this is just a pl022, then you don't need this document as spi_pl022.txt already exists. If HiSilicon has modified this block, then you need an additional HiSi specific compatible string and add it to spi_pl022.txt. > +- reg : Offset and length of the register set for the device > +- interrupts : Should contain SPI controller interrupt > +- num-cs : total number of chipselects > + > +Required Board Specific Properties: > + > +- #address-cells: should be 1. > +- #size-cells: should be 0. > + > +Optional properties: > +- cs-gpios : should specify GPIOs used for chipselects. > + The gpios will be referred to as reg = in the SPI child nodes. > + If unspecified, a single SPI device without a chip select can be used. > +- dmas : Two or more DMA channel specifiers following the convention outlined > + in bindings/dma/dma.txt > +- dma-names: Names for the dma channels, if present. There must be at > + least one channel named "tx" for transmit and named "rx" for > + receive. > + > +Example: > + spi_0: spi@f7106000 { > + compatible = "arm,pl022", "arm,primecell"; > + reg = <0x0 0xf7106000 0x0 0x1000>; > + #address-cells = <1>; > + #size-cells = <0>; > + interrupts = <0 50 4>; > + bus-id = <0>; This should be removed. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/