From cd25a595d289aaeb5f716483fd8ae994024f2401 Mon Sep 17 00:00:00 2001 From: Jon Lin Date: Thu, 7 Nov 2024 10:14:48 +0800 Subject: [PATCH] mtd: spi-nor: eon: Support en25qx128a Change-Id: I32a4a04947e8fb0128b4aef2e5514933f37615bf Signed-off-by: Jon Lin --- drivers/mtd/spi-nor/eon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mtd/spi-nor/eon.c b/drivers/mtd/spi-nor/eon.c index 50a11053711f..9e6f9fc651d5 100644 --- a/drivers/mtd/spi-nor/eon.c +++ b/drivers/mtd/spi-nor/eon.c @@ -29,6 +29,8 @@ static const struct flash_info eon_nor_parts[] = { PARSE_SFDP }, { "en25s64", INFO(0x1c3817, 0, 64 * 1024, 128) NO_SFDP_FLAGS(SECT_4K) }, + { "en25qx128a", INFO(0x1c7118, 0, 64 * 1024, 256) + NO_SFDP_FLAGS(SECT_4K) }, }; const struct spi_nor_manufacturer spi_nor_eon = {