mtd: spi-nor: Add support for N25Q016A

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Dec 16 11:59:14 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=61e4611864b396c7e9040b7335f25d3921bc87cd
Commit:     61e4611864b396c7e9040b7335f25d3921bc87cd
Parent:     b08618c929b289699a496b8d45a4e1a014187e56
Author:     Moritz Fischer <moritz.fischer at ettus.com>
AuthorDate: Fri Jul 15 10:03:48 2016 -0700
Committer:  Cyrille Pitchen <cyrille.pitchen at atmel.com>
CommitDate: Sat Nov 26 17:06:11 2016 +0100

    mtd: spi-nor: Add support for N25Q016A
    
    This commit adds support in the spi-nor driver for the
    N25Q016A, a 16Mbit SPI NOR flash from Micron.
    
    Cc: David Woodhouse <dwmw2 at infradead.org>
    Cc: Brian Norris <computersforpeace at gmail.com>
    Cc: Jagan Teki <jteki at openedev.com>
    
    Signed-off-by: Moritz Fischer <moritz.fischer at ettus.com>
    Reviewed-by: Jagan Teki <jteki at openedev.com>
    Signed-off-by: Cyrille Pitchen <cyrille.pitchen at atmel.com>
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 59d1d52..72f59a7 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -879,6 +879,7 @@ static const struct flash_info spi_nor_ids[] = {
 	{ "mx66l1g55g",  INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },
 
 	/* Micron */
+	{ "n25q016a",	 INFO(0x20bb15, 0, 64 * 1024,   32, SECT_4K | SPI_NOR_QUAD_READ) },
 	{ "n25q032",	 INFO(0x20ba16, 0, 64 * 1024,   64, SPI_NOR_QUAD_READ) },
 	{ "n25q032a",	 INFO(0x20bb16, 0, 64 * 1024,   64, SPI_NOR_QUAD_READ) },
 	{ "n25q064",     INFO(0x20ba17, 0, 64 * 1024,  128, SECT_4K | SPI_NOR_QUAD_READ) },



More information about the linux-mtd-cvs mailing list