[PATCH linux dev-5.15 26/26] mtd: spi-nor: winbond: Add support for w25q01jvq

Potin Lai potin.lai at quantatw.com
Fri Feb 25 13:42:21 AEDT 2022


Add support for winbond w25q01jvq chip

Signed-off-by: Potin Lai <potin.lai at quantatw.com>
Reviewed-by: Michael Walle <michael at walle.cc>

---

v4: https://lore.kernel.org/all/20220222092222.23108-1-potin.lai@quantatw.com/
v3: https://lore.kernel.org/all/20220222085148.21594-1-potin.lai@quantatw.com/
v2: https://lore.kernel.org/all/20220222064227.16724-1-potin.lai@quantatw.com/
v1: https://lore.kernel.org/all/20211224104522.24615-1-potin.lai@quantatw.com/

---
 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 59d53b4c39c8..960ce04ab381 100644
--- a/drivers/mtd/spi-nor/winbond.c
+++ b/drivers/mtd/spi-nor/winbond.c
@@ -131,6 +131,8 @@ static const struct flash_info winbond_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.17.1



More information about the openbmc mailing list