mtd: spi-nor: Add support for ESMT F25L32QA and F25L64QA

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed May 10 19:59:14 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=ca1fa1a8a6dae3e10c73bc5f1da728e662ee9d8b
Commit:     ca1fa1a8a6dae3e10c73bc5f1da728e662ee9d8b
Parent:     011de1b1db534b0ab4ad8099b99c12a17e7c68e0
Author:     L. D. Pinney <ldpinney at gmail.com>
AuthorDate: Tue Feb 14 16:27:13 2017 -0600
Committer:  Cyrille Pitchen <cyrille.pitchen at atmel.com>
CommitDate: Tue Mar 7 22:41:36 2017 +0100

    mtd: spi-nor: Add support for ESMT F25L32QA and F25L64QA
    
    Add support for the ESMT F25L32QA and F25L64QA.
    These are 4MB and 8MB SPI-NOR Chips from Elite Semiconductor Memory
    Technology.
    
    Signed-off-by: L. D. Pinney <ldpinney at gmail.com>
    Signed-off-by: Cyrille Pitchen <cyrille.pitchen at atmel.com>
---
 drivers/mtd/spi-nor/spi-nor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 1ae872b..561e46d 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -960,6 +960,8 @@ static const struct flash_info spi_nor_ids[] = {
 
 	/* ESMT */
 	{ "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K | SPI_NOR_HAS_LOCK) },
+	{ "f25l32qa", INFO(0x8c4116, 0, 64 * 1024, 64, SECT_4K | SPI_NOR_HAS_LOCK) },
+	{ "f25l64qa", INFO(0x8c4117, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_HAS_LOCK) },
 
 	/* Everspin */
 	{ "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },



More information about the linux-mtd-cvs mailing list