mtd: m25p80: Add support for serial flash STM/Micron N25Q032

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jul 17 09:59:01 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=4800399e335658aae632f587f6759a860f584804
Commit:     4800399e335658aae632f587f6759a860f584804
Parent:     e0dd89c56edc9274c513dbd2ba6dc8229aeeaa44
Author:     Knut Wohlrab <knut.wohlrab at de.bosch.com>
AuthorDate: Tue Jul 17 15:45:53 2012 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Tue Jul 17 14:49:55 2012 +0100

    mtd: m25p80: Add support for serial flash STM/Micron N25Q032
    
    Signed-off-by: Knut Wohlrab <knut.wohlrab at de.bosch.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 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 b4dbcef..5257345 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -702,6 +702,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) },



More information about the linux-mtd-cvs mailing list