[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20221006225737.3560091-1-patrick@stwcx.xyz>
Date: Thu, 6 Oct 2022 17:57:37 -0500
From: Patrick Williams <patrick@...cx.xyz>
To: potin.lai@...ntatw.com
Cc: linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org,
michael@...le.cc, miquel.raynal@...tlin.com, p.yadav@...com,
patrick@...cx.xyz, richard@....at, tudor.ambarus@...rochip.com,
vigneshr@...com
Subject: [PATCH v4] mtd: spi-nor: winbond: Add support for w25q01jvq
From: Potin Lai <potin.lai@...ntatw.com>
Add support for winbond w25q01jvq chip
Signed-off-by: Potin Lai <potin.lai@...ntatw.com>
Signed-off-by: Patrick Williams <patrick@...cx.xyz>
Reviewed-by: Michael Walle <michael@...le.cc>
---
drivers/mtd/spi-nor/winbond.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mtd/spi-nor/winbond.c b/drivers/mtd/spi-nor/winbond.c
index ffaa24055259..e60ad92c0ace 100644
--- a/drivers/mtd/spi-nor/winbond.c
+++ b/drivers/mtd/spi-nor/winbond.c
@@ -139,6 +139,8 @@ static const struct flash_info winbond_nor_parts[] = {
{ "w25q512jvq", INFO(0xef4020, 0, 64 * 1024, 1024)
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
SPI_NOR_QUAD_READ) },
+ { "w25q01jvq", INFO(0xef4021, 0, 64 * 1024, 2048)
+ PARSE_SFDP },
};
/**
--
2.35.1
Powered by blists - more mailing lists