[PATCH] mtd: spi-nor: issi: Add support for is25lp02g

Srikanth Boyapally srikanth.boyapally at amd.com
Wed Nov 22 21:47:13 PST 2023


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 at 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




More information about the linux-mtd mailing list