mtd: spi-nor: Add support for Micron n25q064a serial flash

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Sep 3 13:59:02 PDT 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=2a06c7b1fd2389aed2a308db8de803603d592444
Commit:     2a06c7b1fd2389aed2a308db8de803603d592444
Parent:     718e38b4d96085b4dab08d3d32e5e033aa1ba6e9
Author:     Mika Westerberg <mika.westerberg at linux.intel.com>
AuthorDate: Thu Aug 27 12:52:19 2015 +0300
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed Sep 2 13:56:24 2015 -0700

    mtd: spi-nor: Add support for Micron n25q064a serial flash
    
    Add Micron (n25q064a) 8MB flash to the list of supported chips.
    
    Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>
    Reviewed-by: Jagan Teki <jteki at openedev.com>
    [Brian: fixup context]
    Signed-off-by: Brian Norris <computersforpeace at gmail.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 c27d427..2adf35b 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -586,6 +586,7 @@ static const struct flash_info spi_nor_ids[] = {
 	/* Micron */
 	{ "n25q032",	 INFO(0x20ba16, 0, 64 * 1024,   64, SPI_NOR_QUAD_READ) },
 	{ "n25q064",     INFO(0x20ba17, 0, 64 * 1024,  128, SECT_4K | SPI_NOR_QUAD_READ) },
+	{ "n25q064a",    INFO(0x20bb17, 0, 64 * 1024,  128, SECT_4K | SPI_NOR_QUAD_READ) },
 	{ "n25q128a11",  INFO(0x20bb18, 0, 64 * 1024,  256, SPI_NOR_QUAD_READ) },
 	{ "n25q128a13",  INFO(0x20ba18, 0, 64 * 1024,  256, SPI_NOR_QUAD_READ) },
 	{ "n25q256a",    INFO(0x20ba19, 0, 64 * 1024,  512, SECT_4K | SPI_NOR_QUAD_READ) },



More information about the linux-mtd-cvs mailing list