From 0faf330c2d0bca2d31423b5f5cee0d810f08b5d2 Mon Sep 17 00:00:00 2001 From: Jon Lin Date: Tue, 21 Nov 2023 15:13:59 +0800 Subject: [PATCH] mtd: spi-nor-ids: support PY25Q128LA Change-Id: I5b92a866871b5635963510f46d3ba822d66964a2 Signed-off-by: Jon Lin --- drivers/mtd/spi-nor/puya.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mtd/spi-nor/puya.c b/drivers/mtd/spi-nor/puya.c index 11e6cae13d02..b875702385cd 100644 --- a/drivers/mtd/spi-nor/puya.c +++ b/drivers/mtd/spi-nor/puya.c @@ -23,6 +23,9 @@ static const struct flash_info puya_parts[] = { { "PY25Q256HB", INFO(0x852019, 0, 64 * 1024, 512) NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) FIXUP_FLAGS(SPI_NOR_4B_OPCODES) }, + { "PY25Q128LA", INFO(0x856518, 0, 64 * 1024, 256) + NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | + SPI_NOR_QUAD_READ) }, }; const struct spi_nor_manufacturer spi_nor_puya = {