aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2010-10-31 00:11:04 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-12-03 11:26:58 -0500
commitac622f583dccb025250becd2d4e60badaf571713 (patch)
tree54fdc9ad257103e1761baa6b97076beae80639da /drivers
parent4b7f7422b0331e802f8b7c593e058ccee981cff5 (diff)
mtd: m25p80: Add support for Macronix MX25L25655E
Untested, but expected to be compatible with MX25L25635E which I did test. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/devices/m25p80.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 96ae54e9650e..eabe5fb071c6 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -668,6 +668,7 @@ static const struct spi_device_id m25p_ids[] = {
668 { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, 668 { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
669 { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, 669 { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
670 { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) }, 670 { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
671 { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
671 672
672 /* Spansion -- single (large) sector size only, at least 673 /* Spansion -- single (large) sector size only, at least
673 * for the chips listed here (without boot sectors). 674 * for the chips listed here (without boot sectors).