From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Date: Sat, 12 Jun 2010 20:59:36 +0200 Subject: [U-Boot] [PATCH 2/2] NAND: add Toshiba TC58NVG0 identifier Message-ID: <201006122059.37302.ffainelli@freebox.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The Toshiba TC58NVG0* parts are 128Mbytes x 8 bits 3.3V parts with the 0xD1 identifier. Add these to the list of known devices IDs. Signed-off-by: Florian Fainelli --- diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c index 077c305..25b22ec 100644 --- a/drivers/mtd/nand/nand_ids.c +++ b/drivers/mtd/nand/nand_ids.c @@ -83,6 +83,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}, -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-NAND-add-Toshiba-TC58NVG0-identifier.patch Type: text/x-patch Size: 551 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20100612/d646b6db/attachment.bin