[PATCH] mtd: m25p80: add support for Micron N25Q128
Jan Luebbe
jlu at pengutronix.de
Fri Aug 24 12:23:50 EDT 2012
Signed-off-by: Jan Luebbe <jlu at pengutronix.de>
---
drivers/mtd/devices/m25p80.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 980cd6d..33ab2b7 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[] = {
{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
/* Micron */
+ { "n25q128", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) },
/* Spansion -- single (large) sector size only, at least
--
1.7.10.4
More information about the linux-mtd
mailing list