From patchwork Tue Jul 17 13:45:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: MTD: devices: Add support for serial flash STM/Micron N25Q032 Date: Tue, 17 Jul 2012 03:45:53 -0000 From: Dirk Behme X-Patchwork-Id: 171434 Message-Id: <1342532753-26915-1-git-send-email-dirk.behme@de.bosch.com> To: Cc: David Woodhouse , Knut Wohlrab From: Knut Wohlrab Signed-off-by: Knut Wohlrab CC: David Woodhouse --- 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) },