From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 14 Nov 2013 14:12:12 -0800 From: Brian Norris To: Ezequiel Garcia Subject: Re: [PATCH v5 03/14] mtd: nand: pxa3xx: Add bad block handling Message-ID: <20131114221212.GR9468@ld-irv-0074.broadcom.com> References: <1384464339-6817-1-git-send-email-ezequiel.garcia@free-electrons.com> <1384464339-6817-4-git-send-email-ezequiel.garcia@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384464339-6817-4-git-send-email-ezequiel.garcia@free-electrons.com> Cc: Lior Amsalem , Thomas Petazzoni , Gregory Clement , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 14, 2013 at 06:25:28PM -0300, Ezequiel Garcia wrote: > --- a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt > +++ b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt > @@ -15,6 +15,8 @@ Optional properties: > - marvell,nand-keep-config: Set to keep the NAND controller config as set > by the bootloader > - num-cs: Number of chipselect lines to usw > + - nand-on-flash-bbt: boolean to enable on flash bbt option if > + not present false It's not really your problem, but I just noticed that this binding description is particularly badly worded! No need to change it in this patch, since it's a copy-and-paste from the generic nand.txt, but it's probably worth rewriting all of them sometime. Brian