aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_ids.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/nand_ids.c')
-rw-r--r--drivers/mtd/nand/nand_ids.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 621b70b7a159..e3aa2748a6e7 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -70,7 +70,7 @@ struct nand_flash_dev nand_flash_ids[] = {
70 * These are the new chips with large page size. The pagesize and the 70 * These are the new chips with large page size. The pagesize and the
71 * erasesize is determined from the extended id bytes 71 * erasesize is determined from the extended id bytes
72 */ 72 */
73#define LP_OPTIONS (NAND_SAMSUNG_LP_OPTIONS | NAND_NO_READRDY) 73#define LP_OPTIONS NAND_SAMSUNG_LP_OPTIONS
74#define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16) 74#define LP_OPTIONS16 (LP_OPTIONS | NAND_BUSWIDTH_16)
75 75
76 /* 512 Megabit */ 76 /* 512 Megabit */
@@ -157,7 +157,7 @@ struct nand_flash_dev nand_flash_ids[] = {
157 * writes possible, but not implemented now 157 * writes possible, but not implemented now
158 */ 158 */
159 {"AND 128MiB 3,3V 8-bit", 0x01, 2048, 128, 0x4000, 159 {"AND 128MiB 3,3V 8-bit", 0x01, 2048, 128, 0x4000,
160 NAND_IS_AND | NAND_NO_READRDY | NAND_4PAGE_ARRAY | BBT_AUTO_REFRESH}, 160 NAND_IS_AND | NAND_4PAGE_ARRAY | BBT_AUTO_REFRESH},
161 161
162 {NULL,} 162 {NULL,}
163}; 163};
@@ -174,8 +174,9 @@ struct nand_manufacturers nand_manuf_ids[] = {
174 {NAND_MFR_STMICRO, "ST Micro"}, 174 {NAND_MFR_STMICRO, "ST Micro"},
175 {NAND_MFR_HYNIX, "Hynix"}, 175 {NAND_MFR_HYNIX, "Hynix"},
176 {NAND_MFR_MICRON, "Micron"}, 176 {NAND_MFR_MICRON, "Micron"},
177 {NAND_MFR_AMD, "AMD"}, 177 {NAND_MFR_AMD, "AMD/Spansion"},
178 {NAND_MFR_MACRONIX, "Macronix"}, 178 {NAND_MFR_MACRONIX, "Macronix"},
179 {NAND_MFR_EON, "Eon"},
179 {0x0, "Unknown"} 180 {0x0, "Unknown"}
180}; 181};
181 182