Skip to content

Commit 8079d5b

Browse files
miquelraynalPratyush Yadav
authored andcommitted
mtd: spi-nor: winbond: Add support for w25q02jv
Add support for Winbond w25q02jv spi-nor chip which shares most of w25q01jv's specificities as, this time, the chip is made of 4 different dies. Link: https://www.winbond.com/resource-files/W25Q02JV_DTR%20RevD%2007092024%20Plus.pdf Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Pratyush Yadav <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]> Link: https://lore.kernel.org/r/20250110-winbond-6-12-rc1-nor-volatile-bit-v3-2-735363f8cc7d@bootlin.com
1 parent 9b4db03 commit 8079d5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/mtd/spi-nor/winbond.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ static const struct flash_info winbond_nor_parts[] = {
305305
}, {
306306
.id = SNOR_ID(0xef, 0x70, 0x19),
307307
.name = "w25q256jvm",
308+
}, {
309+
/* W25Q02JV */
310+
.id = SNOR_ID(0xef, 0x70, 0x22),
311+
.fixups = &winbond_nor_multi_die_fixups,
308312
}, {
309313
.id = SNOR_ID(0xef, 0x71, 0x19),
310314
.name = "w25m512jv",

0 commit comments

Comments
 (0)