summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2010-06-12 21:28:38 +0200
committerScott Wood <scottwood@freescale.com>2010-07-08 16:49:50 -0500
commit1445f6ffd5201b1876f1f08cc5fd8b5de2c54628 (patch)
tree84436a215cf0b3ff6a37f92dbb1acf3ba6af57d6 /drivers
parent3e9b349c7f0873a38d7064be52b9d8cc0afae28f (diff)
downloadblackbird-obmc-uboot-1445f6ffd5201b1876f1f08cc5fd8b5de2c54628.tar.gz
blackbird-obmc-uboot-1445f6ffd5201b1876f1f08cc5fd8b5de2c54628.zip
NAND: add Toshiba TC58NVG0 identifier
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/nand/nand_ids.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 077c3051bc..25b22ecc92 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},
OpenPOWER on IntegriCloud