From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp4-g21.free.fr ([212.27.42.4]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1OGpcV-0004MV-NK for linux-mtd@lists.infradead.org; Tue, 25 May 2010 08:36:16 +0000 From: Florian Fainelli To: David Woodhouse Subject: Re: [PATCH] NAND: add Toshiba TC58NVG0 device ID Date: Tue, 25 May 2010 10:36:12 +0200 References: <201005071909.13259.florian@openwrt.org> In-Reply-To: <201005071909.13259.florian@openwrt.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201005251036.12238.ffainelli@freebox.fr> Cc: linux-mtd@lists.infradead.org, Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Friday 07 May 2010 19:09:13 Florian Fainelli wrote: > This NAND flash part advertises 0xD1 as an identifier but is still a > working 128MBytes x 8bits 3.3V NAND part. David, Artem, anything wrong with this patch? > > Signed-off-by: Florian Fainelli > --- > diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c > index 69ee2c9..89907ed 100644 > --- a/drivers/mtd/nand/nand_ids.c > +++ b/drivers/mtd/nand/nand_ids.c > @@ -82,6 +82,7 @@ struct nand_flash_dev nand_flash_ids[] = { > /* 1 Gigabit */ > {"NAND 128MiB 1,8V 8-bit", 0xA1, 0, 128, 0, LP_OPTIONS}, > {"NAND 128MiB 3,3V 8-bit", 0xF1, 0, 128, 0, LP_OPTIONS}, > + {"NAND 128MiB 3,3V 8-bit", 0xD1, 0, 128, 0, LP_OPTIONS}, > {"NAND 128MiB 1,8V 16-bit", 0xB1, 0, 128, 0, LP_OPTIONS16}, > {"NAND 128MiB 3,3V 16-bit", 0xC1, 0, 128, 0, LP_OPTIONS16},