projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2321ac
)
mtd: nand: add Toshiba TC58NVG0 device ID
author
Florian Fainelli
<florian@openwrt.org>
Fri, 7 May 2010 17:09:13 +0000
(19:09 +0200)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 14 May 2010 02:25:52 +0000
(
03:25
+0100)
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>
drivers/mtd/nand/nand_ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/nand_ids.c
b/drivers/mtd/nand/nand_ids.c
index 69ee2c90eb0b3499e30c9ce00bdf787c2fb9dd53..89907ed990091ff88b734ee17e3905283387d43a 100644
(file)
--- 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},