mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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 <miquel.raynal@bootlin.com> Reviewed-by: Pratyush Yadav <pratyush@kernel.org> Signed-off-by: Pratyush Yadav <pratyush@kernel.org> Link: https://lore.kernel.org/r/20250110-winbond-6-12-rc1-nor-volatile-bit-v3-2-735363f8cc7d@bootlin.com
This commit is contained in:
parent
9b4db032fb
commit
8079d5bc5c
|
|
@ -305,6 +305,10 @@ static const struct flash_info winbond_nor_parts[] = {
|
|||
}, {
|
||||
.id = SNOR_ID(0xef, 0x70, 0x19),
|
||||
.name = "w25q256jvm",
|
||||
}, {
|
||||
/* W25Q02JV */
|
||||
.id = SNOR_ID(0xef, 0x70, 0x22),
|
||||
.fixups = &winbond_nor_multi_die_fixups,
|
||||
}, {
|
||||
.id = SNOR_ID(0xef, 0x71, 0x19),
|
||||
.name = "w25m512jv",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user