diff options
Diffstat (limited to 'drivers/mtd/chips/cfi_cmdset_0001.c')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0001.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c index 235830b9e99..cc6b7bb6de0 100644 --- a/drivers/mtd/chips/cfi_cmdset_0001.c +++ b/drivers/mtd/chips/cfi_cmdset_0001.c | |||
@@ -50,6 +50,8 @@ | |||
50 | #define I82802AC 0x00ac | 50 | #define I82802AC 0x00ac |
51 | #define MANUFACTURER_ST 0x0020 | 51 | #define MANUFACTURER_ST 0x0020 |
52 | #define M50LPW080 0x002F | 52 | #define M50LPW080 0x002F |
53 | #define M50FLW080A 0x0080 | ||
54 | #define M50FLW080B 0x0081 | ||
53 | #define AT49BV640D 0x02de | 55 | #define AT49BV640D 0x02de |
54 | 56 | ||
55 | static int cfi_intelext_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *); | 57 | static int cfi_intelext_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *); |
@@ -301,6 +303,8 @@ static struct cfi_fixup jedec_fixup_table[] = { | |||
301 | { MANUFACTURER_INTEL, I82802AB, fixup_use_fwh_lock, NULL, }, | 303 | { MANUFACTURER_INTEL, I82802AB, fixup_use_fwh_lock, NULL, }, |
302 | { MANUFACTURER_INTEL, I82802AC, fixup_use_fwh_lock, NULL, }, | 304 | { MANUFACTURER_INTEL, I82802AC, fixup_use_fwh_lock, NULL, }, |
303 | { MANUFACTURER_ST, M50LPW080, fixup_use_fwh_lock, NULL, }, | 305 | { MANUFACTURER_ST, M50LPW080, fixup_use_fwh_lock, NULL, }, |
306 | { MANUFACTURER_ST, M50FLW080A, fixup_use_fwh_lock, NULL, }, | ||
307 | { MANUFACTURER_ST, M50FLW080B, fixup_use_fwh_lock, NULL, }, | ||
304 | { 0, 0, NULL, NULL } | 308 | { 0, 0, NULL, NULL } |
305 | }; | 309 | }; |
306 | static struct cfi_fixup fixup_table[] = { | 310 | static struct cfi_fixup fixup_table[] = { |