summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/spi-nor.c
diff options
context:
space:
mode:
authormichael grassmann <m.grassmann@phytec.de>2017-12-08 16:01:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-22 08:52:40 +0100
commit756f0ecf40a81035158bf3a2faff487b7e9c072e (patch)
tree10e5a7a9e98d46d0d77fe52bb0760f729f0c95a9 /drivers/mtd/spi-nor/spi-nor.c
parent44944355629cacd16884e04112c1570773a724e2 (diff)
downloadbarebox-756f0ecf40a81035158bf3a2faff487b7e9c072e.tar.gz
barebox-756f0ecf40a81035158bf3a2faff487b7e9c072e.tar.xz
mtd: spi-nor: add manufacturer IDs for ISSI and Winbond
This patch includes new NOR flash IDs to support flashes from the manufacturers ISSI and Winbond - ISSI IS25LP128-JBLA3 and IS25LP128-JBLE - Winbond W25Q128JVSIM Signed-off-by: michael grassmann <m.grassmann@phytec.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Diffstat (limited to 'drivers/mtd/spi-nor/spi-nor.c')
-rw-r--r--drivers/mtd/spi-nor/spi-nor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 057638ec5a..d15a795413 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -519,6 +519,9 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "320s33b", INFO(0x898912, 0, 64 * 1024, 64, 0) },
{ "640s33b", INFO(0x898913, 0, 64 * 1024, 128, 0) },
+ /* ISSI */
+ { "is25lq128", INFO(0x9d6018, 0, 64 * 1024, 256, 0) },
+
/* Macronix */
{ "mx25l2005a", INFO(0xc22012, 0, 64 * 1024, 4, SECT_4K) },
{ "mx25l4005a", INFO(0xc22013, 0, 64 * 1024, 8, SECT_4K) },
@@ -650,6 +653,7 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "w25q80", INFO(0xef5014, 0, 64 * 1024, 16, SECT_4K) },
{ "w25q80bl", INFO(0xef4014, 0, 64 * 1024, 16, SECT_4K) },
{ "w25q128", INFO(0xef4018, 0, 64 * 1024, 256, SECT_4K) },
+ { "w25q128", INFO(0xef7018, 0, 64 * 1024, 256, SECT_4K) },
{ "w25q256", INFO(0xef4019, 0, 64 * 1024, 512, SECT_4K) },
/* Catalyst / On Semiconductor -- non-JEDEC */