[PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN
LECOINTRE Philippe
philippe.lecointre at thalesgroup.com
Fri Feb 28 06:01:08 PST 2025
Infineon CY15V104QSN is 4Mbit serial SPI F-RAM device.
Signed-off-by: Philippe Lecointre <philippe.lecointre at thalesgroup.com>
Acked-by: Simon Lenain <simon.lenain at thalesgroup.com>
---
drivers/mtd/spi-nor/spansion.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/mtd/spi-nor/spansion.c b/drivers/mtd/spi-nor/spansion.c
index bf08dbf5e742..32f8892d7afe 100644
--- a/drivers/mtd/spi-nor/spansion.c
+++ b/drivers/mtd/spi-nor/spansion.c
@@ -922,6 +922,12 @@ static const struct flash_info spansion_nor_parts[] = {
.size = SZ_512K,
.sector_size = SZ_512K,
.flags = SPI_NOR_NO_ERASE,
+ }, {
+ .id = SNOR_ID(0x50, 0x51, 0x80, 0x06, 0x00, 0x00),
+ .name = "cy15v104qsn",
+ .size = SZ_512K,
+ .sector_size = SZ_512K,
+ .flags = SPI_NOR_NO_ERASE,
}, {
.id = SNOR_ID(0x34, 0x2a, 0x1a, 0x0f, 0x03, 0x90),
.name = "s25hl512t",
--
2.19.1
More information about the linux-mtd
mailing list