linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: issi: Add support for is25lp02g
@ 2023-11-23  5:47 Srikanth Boyapally
  2023-11-24 14:47 ` Pratyush Yadav
  0 siblings, 1 reply; 6+ messages in thread
From: Srikanth Boyapally @ 2023-11-23  5:47 UTC (permalink / raw)
  To: tudor.ambarus, pratyush, michael, miquel.raynal, richard,
	vigneshr
  Cc: linux-mtd, linux-kernel, git, Srikanth Boyapally

Add support for issi is25lp02g.

Verified on AMD-Xilinx versal platform and executed
mtd_debug read/write test.

Signed-off-by: Srikanth Boyapally <srikanth.boyapally@amd.com>
---
BRANCH: spi-nor/next
--- 
 drivers/mtd/spi-nor/issi.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/mtd/spi-nor/issi.c b/drivers/mtd/spi-nor/issi.c
index 18d9a00aa22e..98df64caf436 100644
--- a/drivers/mtd/spi-nor/issi.c
+++ b/drivers/mtd/spi-nor/issi.c
@@ -126,6 +126,12 @@ static const struct flash_info issi_nor_parts[] = {
 		.flags = SPI_NOR_QUAD_PP,
 		.fixups = &is25lp256_fixups,
 		.fixup_flags = SPI_NOR_4B_OPCODES,
+	}, {
+		.id = SNOR_ID(0x9d, 0x60, 0x22),
+		.name = "is25lp02",
+		.size = SZ_2G,
+		.fixup_flags = SPI_NOR_4B_OPCODES,
+		.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
 	}
 };
 
-- 
2.25.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:[~2023-11-29 13:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23  5:47 [PATCH] mtd: spi-nor: issi: Add support for is25lp02g Srikanth Boyapally
2023-11-24 14:47 ` Pratyush Yadav
2023-11-28  6:02   ` Boyapally, Srikanth
2023-11-28  8:36     ` Michael Walle
2023-11-29 12:34       ` Boyapally, Srikanth
2023-11-29 13:05         ` Michael Walle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).