]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
NAND: add Toshiba TC58NVG0 identifier
authorFlorian Fainelli <f.fainelli@gmail.com>
Sat, 12 Jun 2010 19:28:38 +0000 (21:28 +0200)
committerScott Wood <scottwood@freescale.com>
Thu, 8 Jul 2010 21:49:50 +0000 (16:49 -0500)
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 <f.fainelli@gmail.com>
drivers/mtd/nand/nand_ids.c

index 077c3051bcc4ecfdaa77e78b490f55ee81776e4d..25b22ecc926cfe869bb1809e9f61803529238cb0 100644 (file)
@@ -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},