[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221006070841.2106194-1-Delphine_CC_Chiu@Wiwynn.com>
Date: Thu, 6 Oct 2022 15:08:40 +0800
From: Delphine CC Chiu <Delphine_CC_Chiu@...ynn.com>
To: ~sircmpwn/email-test-drive@...ts.sr.ht
Cc: patrick@...cx.xyz, garnermic@...com,
Delphine CC Chiu <Delphine_CC_Chiu@...ynn.com>,
Tudor Ambarus <tudor.ambarus@...rochip.com>,
Pratyush Yadav <pratyush@...nel.org>,
Michael Walle <michael@...le.cc>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] mtd: spi-nor: winbond: add support for w25q01jv-im
Add support for winbond w25q01jv-im chip.
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@...ynn.com>
---
drivers/mtd/spi-nor/winbond.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mtd/spi-nor/winbond.c b/drivers/mtd/spi-nor/winbond.c
index ffaa24055259..2b02b05ceb0a 100644
--- a/drivers/mtd/spi-nor/winbond.c
+++ b/drivers/mtd/spi-nor/winbond.c
@@ -139,6 +139,9 @@ 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) },
+ { "w25q01jv-im", INFO(0xef7021, 0, 64 * 1024, 2048)
+ NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
+ SPI_NOR_QUAD_READ) },
};
/**
--
2.25.1
Powered by blists - more mailing lists