From 3105875f6b8902628caee2fd7821af43707c6bde Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Fri, 24 Aug 2012 18:23:50 +0200 Subject: mtd: m25p80: add support for Micron N25Q128 Signed-off-by: Jan Luebbe Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- drivers/mtd/devices/m25p80.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/mtd/devices') 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[] = { { "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 -- cgit v1.2.3-55-g7522