diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-07 19:09:13 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-05-14 03:25:52 +0100 |
commit | f6b173cc9d73c00a3182ec3fdb0f03909cad4b5b (patch) | |
tree | b1c80f6b2320d6d67bcd7aafe4e5dc0b79167ba4 /drivers/mtd | |
parent | b2321ac37a16f0d6bdbcd2d20263e8b8b943c0ea (diff) | |
download | linux-3.10-f6b173cc9d73c00a3182ec3fdb0f03909cad4b5b.tar.gz linux-3.10-f6b173cc9d73c00a3182ec3fdb0f03909cad4b5b.tar.bz2 linux-3.10-f6b173cc9d73c00a3182ec3fdb0f03909cad4b5b.zip |
mtd: nand: add Toshiba TC58NVG0 device ID
This NAND flash part advertises 0xD1 as an identifier but is still a working
128MBytes x 8bits 3.3V NAND part.
Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/nand_ids.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c index 69ee2c90eb0..89907ed9900 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}, |