From: Flaviu Nistor Date: Wed, 18 Mar 2026 20:09:12 +0000 (+0200) Subject: mtd: spi-nor: Add is25wx128 and is25lx128 chips X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee5a4c5994434de53e9a877a2ac893d3fb8c535;p=thirdparty%2Fu-boot.git mtd: spi-nor: Add is25wx128 and is25lx128 chips Add is25wx128 and is25lx128 ISSI chips to spi-nor id table. Both chips have a size of 16MB but is25wx128 is the 1.8V version and is25lx128 is the 3v version. Signed-off-by: Flaviu Nistor --- diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 2c2a6484a1a..c71ba4481a9 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -269,8 +269,12 @@ const struct flash_info spi_nor_ids[] = { SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, { INFO("is25wp01gg", 0x9d7021, 0, 64 * 1024, 2048, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, + { INFO("is25wx128", 0x9d5b18, 0, 64 * 1024, 256, + SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ) }, { INFO("is25wx256", 0x9d5b19, 0, 128 * 1024, 256, SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES) }, + { INFO("is25lx128", 0x9d5a18, 0, 64 * 1024, 256, + SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ) }, { INFO("is25lx512", 0x9d5a1a, 0, 64 * 1024, 1024, SECT_4K | USE_FSR | SPI_NOR_4B_OPCODES | SPI_NOR_HAS_TB) }, { INFO("is25lp01gg", 0x9d6021, 0, 64 * 1024, 2048,