public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN
@ 2025-02-28 14:01 LECOINTRE Philippe
  2025-03-06 10:54 ` Tudor Ambarus
  0 siblings, 1 reply; 6+ messages in thread
From: LECOINTRE Philippe @ 2025-02-28 14:01 UTC (permalink / raw)
  To: Tudor Ambarus, Pratyush Yadav, Michael Walle,
	linux-mtd@lists.infradead.org
  Cc: LEJEUNE Sebastien, LENAIN Simon, RENAULT Xavier

Infineon CY15V104QSN is 4Mbit serial SPI F-RAM device.

Signed-off-by: Philippe Lecointre <philippe.lecointre@thalesgroup.com>
Acked-by: Simon Lenain <simon.lenain@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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-21  7:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28 14:01 [PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN LECOINTRE Philippe
2025-03-06 10:54 ` Tudor Ambarus
2025-03-19 15:02   ` LECOINTRE Philippe
2025-03-20  8:46     ` Tudor Ambarus
2025-03-20 16:55       ` LECOINTRE Philippe
2025-03-21  7:10         ` Tudor Ambarus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox