mtd: spi-nor: add support for EON EN25QH128

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Aug 8 09:59:02 PDT 2014


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a41595b34ba40fb97345dfef85ea510981a2e17b
Commit:     a41595b34ba40fb97345dfef85ea510981a2e17b
Parent:     4f5cb243823b3a83864a8f51266aff6bc08436b3
Author:     Sergey Ryazanov <ryazanov.s.a at gmail.com>
AuthorDate: Thu Jun 12 18:16:46 2014 +0400
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Mon Jul 14 10:18:49 2014 -0700

    mtd: spi-nor: add support for EON EN25QH128
    
    Signed-off-by: Sergey Ryazanov <ryazanov.s.a at gmail.com>
    Acked-by: Marek Vasut <marex at denx.de>
    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 7da3a70..b5ad6be 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -495,6 +495,7 @@ const struct spi_device_id spi_nor_ids[] = {
 	{ "en25q32b",   INFO(0x1c3016, 0, 64 * 1024,   64, 0) },
 	{ "en25p64",    INFO(0x1c2017, 0, 64 * 1024,  128, 0) },
 	{ "en25q64",    INFO(0x1c3017, 0, 64 * 1024,  128, SECT_4K) },
+	{ "en25qh128",  INFO(0x1c7018, 0, 64 * 1024,  256, 0) },
 	{ "en25qh256",  INFO(0x1c7019, 0, 64 * 1024,  512, 0) },
 
 	/* ESMT */



More information about the linux-mtd-cvs mailing list