[PATCH] MTD: devices: Add support for serial flash STM/Micron N25Q032
Dirk Behme
dirk.behme at de.bosch.com
Tue Jul 17 09:45:53 EDT 2012
From: Knut Wohlrab <knut.wohlrab at de.bosch.com>
Signed-off-by: Knut Wohlrab <knut.wohlrab at de.bosch.com>
CC: David Woodhouse <dwmw2 at infradead.org>
---
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 1924d24..ea0c97a 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -695,6 +695,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "m25p32", INFO(0x202016, 0, 64 * 1024, 64, 0) },
{ "m25p64", INFO(0x202017, 0, 64 * 1024, 128, 0) },
{ "m25p128", INFO(0x202018, 0, 256 * 1024, 64, 0) },
+ { "n25q032", INFO(0x20ba16, 0, 64 * 1024, 64, 0) },
{ "m25p05-nonjedec", INFO(0, 0, 32 * 1024, 2, 0) },
{ "m25p10-nonjedec", INFO(0, 0, 32 * 1024, 4, 0) },
--
1.7.0.4
More information about the linux-mtd
mailing list