aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/jedec_probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/chips/jedec_probe.c')
-rw-r--r--drivers/mtd/chips/jedec_probe.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index 880a2fd734ff..aa07575eb288 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -162,6 +162,7 @@
162#define SST49LF030A 0x001C 162#define SST49LF030A 0x001C
163#define SST49LF040A 0x0051 163#define SST49LF040A 0x0051
164#define SST49LF080A 0x005B 164#define SST49LF080A 0x005B
165#define SST36VF3203 0x7354
165 166
166/* Toshiba */ 167/* Toshiba */
167#define TC58FVT160 0x00C2 168#define TC58FVT160 0x00C2
@@ -1414,6 +1415,18 @@ static const struct amd_flash_info jedec_table[] = {
1414 ERASEINFO(0x1000,256) 1415 ERASEINFO(0x1000,256)
1415 } 1416 }
1416 }, { 1417 }, {
1418 .mfr_id = MANUFACTURER_SST,
1419 .dev_id = SST36VF3203,
1420 .name = "SST 36VF3203",
1421 .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
1422 .uaddr = MTD_UADDR_0x0AAA_0x0555,
1423 .dev_size = SIZE_4MiB,
1424 .cmd_set = P_ID_AMD_STD,
1425 .nr_regions = 1,
1426 .regions = {
1427 ERASEINFO(0x10000,64),
1428 }
1429 }, {
1417 .mfr_id = MANUFACTURER_ST, 1430 .mfr_id = MANUFACTURER_ST,
1418 .dev_id = M29F800AB, 1431 .dev_id = M29F800AB,
1419 .name = "ST M29F800AB", 1432 .name = "ST M29F800AB",