From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751315AbcFXJhn (ORCPT ); Fri, 24 Jun 2016 05:37:43 -0400 Received: from down.free-electrons.com ([37.187.137.238]:57381 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750960AbcFXJhl (ORCPT ); Fri, 24 Jun 2016 05:37:41 -0400 Date: Fri, 24 Jun 2016 11:37:38 +0200 From: Boris Brezillon To: Icenowy Zheng Cc: maxime.ripard@free-electrons.com, wens@csie.org, robh+dt@kernel.org, richard@nod.at, dwmw2@infradead.org, computersforpeace@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v7 1/2] mtd: nand: sunxi: update DT bindings Message-ID: <20160624113738.7968a19d@bbrezillon> In-Reply-To: <20160624050005.31186-1-icenowy@aosc.xyz> References: <20160624050005.31186-1-icenowy@aosc.xyz> Organization: Free Electrons X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Jun 2016 13:00:04 +0800 Icenowy Zheng wrote: > Document the reset lines > > Signed-off-by: Icenowy Zheng Applied both. Thanks, Boris > --- > Changes in v7: > - Rebased for nand/next branch. > - Merged the two part of "Optional properties" of nand/next's document > into one part. > > Documentation/devicetree/bindings/mtd/sunxi-nand.txt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt > index 6fdf8f6..b040ed4 100644 > --- a/Documentation/devicetree/bindings/mtd/sunxi-nand.txt > +++ b/Documentation/devicetree/bindings/mtd/sunxi-nand.txt > @@ -14,17 +14,17 @@ Required properties: > Optional properties: > - dmas : shall reference DMA channel associated to the NAND controller. > - dma-names : shall be "rxtx". > - > -Optional children nodes: > -Children nodes represent the available nand chips. > - > -Optional properties: > +- reset : phandle + reset specifier pair > +- reset-names : shall be "ahb" if present > - allwinner,rb : shall contain the native Ready/Busy ids. > or > - rb-gpios : shall contain the gpios used as R/B pins. > - nand-ecc-mode : one of the supported ECC modes ("hw", "hw_syndrome", "soft", > "soft_bch" or "none") > > +Optional children nodes: > +Children nodes represent the available nand chips. > + > see Documentation/devicetree/bindings/mtd/nand.txt for generic bindings. > >