From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v7 1/2] mtd: nand: add tango NFC dt bindings doc Date: Mon, 07 Nov 2016 10:18:10 +0100 Message-ID: <1978954.SRtJpfOGp1@wuerfel> References: <580F5AD2.9020909@sigmadesigns.com> <580F5B06.6030608@sigmadesigns.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <580F5B06.6030608-y1yR0Z3OICC7zZZRDBGcUA@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Marc Gonzalez Cc: linux-mtd , Boris Brezillon , Richard Weinberger , DT , Rob Herring , Mark Rutland , Mason , Sebastian Frias List-Id: devicetree@vger.kernel.org On Tuesday, October 25, 2016 3:15:50 PM CET Marc Gonzalez wrote: > Add the tango NAND Flash Controller dt bindings documentation. > > Signed-off-by: Marc Gonzalez > --- > Documentation/devicetree/bindings/mtd/tango-nand.txt | 38 ++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mtd/tango-nand.txt b/Documentation/devicetree/bindings/mtd/tango-nand.txt > new file mode 100644 > index 000000000000..3cbf95d6595a > --- /dev/null > +++ b/Documentation/devicetree/bindings/mtd/tango-nand.txt > @@ -0,0 +1,38 @@ > +Sigma Designs Tango4 NAND Flash Controller (NFC) > + > +Required properties: > + > +- compatible: "sigma,smp8758-nand" > +- reg: address/size of nfc_reg, nfc_mem, and pbus_reg > +- dmas: reference to the DMA channel used by the controller > +- dma-names: "nfc_sbox" Drop the "nfc_" prefix here, it seems redundant. > +- clocks: reference to the system clock > +- #address-cells: <1> > +- #size-cells: <0> > + > +Children nodes represent the available NAND chips. > +See Documentation/devicetree/bindings/mtd/nand.txt for generic bindings. > + > +Example: > + > + nand: nand@2c000 { > + compatible = "sigma,smp8758-nand"; > + reg = <0x2c000 0x30 0x2d000 0x800 0x20000 0x1000>; It would be nicer to write this as reg = <0x2c000 0x30>, <0x2d000 0x800>, <0x20000 0x1000>; which is identical in binary format. Arnd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html