diff options
author | Simon Guinot <sguinot@lacie.com> | 2009-12-05 09:28:00 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-12-05 11:05:09 -0500 |
commit | df0094d7f46d37944aa26b4f6e978b4b2ad252ea (patch) | |
tree | 6800b3f7590cf756fe456ad86c8f4aa02074cc35 /drivers/mtd | |
parent | 595dd3d8bf953254d8d2f30f99c54fe09c470040 (diff) |
mtd: m25p80: add support for Macronix MX25L4005A
Signed-off-by: Simon Guinot <sguinot@lacie.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/devices/m25p80.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 8f8c249d7c46..ae1bfb2ce1e0 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c | |||
@@ -638,6 +638,7 @@ static const struct spi_device_id m25p_ids[] = { | |||
638 | { "at26df321", INFO(0x1f4701, 0, 64 * 1024, 64, SECT_4K) }, | 638 | { "at26df321", INFO(0x1f4701, 0, 64 * 1024, 64, SECT_4K) }, |
639 | 639 | ||
640 | /* Macronix */ | 640 | /* Macronix */ |
641 | { "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8, SECT_4K) }, | ||
641 | { "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64, 0) }, | 642 | { "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64, 0) }, |
642 | { "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128, 0) }, | 643 | { "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128, 0) }, |
643 | { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, | 644 | { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, |