diff options
author | Jan Luebbe <jlu@pengutronix.de> | 2012-08-24 12:23:50 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 10:12:53 -0400 |
commit | 3105875f6b8902628caee2fd7821af43707c6bde (patch) | |
tree | 5f247f6c41f17c26aac2d5f31b5c517657559b4d /drivers/mtd/devices | |
parent | 62beee20b1a53ba633badc4b57c68d815c9f3e66 (diff) |
mtd: m25p80: add support for Micron N25Q128
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/devices')
-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 980cd6dac5d7..33ab2b736ed0 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c | |||
@@ -663,6 +663,7 @@ static const struct spi_device_id m25p_ids[] = { | |||
663 | { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) }, | 663 | { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) }, |
664 | 664 | ||
665 | /* Micron */ | 665 | /* Micron */ |
666 | { "n25q128", INFO(0x20ba18, 0, 64 * 1024, 256, 0) }, | ||
666 | { "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) }, | 667 | { "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) }, |
667 | 668 | ||
668 | /* Spansion -- single (large) sector size only, at least | 669 | /* Spansion -- single (large) sector size only, at least |