From: Flaviu Nistor Date: Mon, 9 Mar 2026 19:44:10 +0000 (+0200) Subject: mtd: spi-nor: Add gd25lx128j chip X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3009978976ecf0824d79783645363fa2412e1150;p=thirdparty%2Fu-boot.git mtd: spi-nor: Add gd25lx128j chip Add gd25lx128j GIGADEVICE chip to spi-nor id table. Signed-off-by: Flaviu Nistor --- diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c index 700738a374a..81ef2e63e6a 100644 --- a/drivers/mtd/spi/spi-nor-ids.c +++ b/drivers/mtd/spi/spi-nor-ids.c @@ -213,6 +213,8 @@ const struct flash_info spi_nor_ids[] = { SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)}, {INFO("gd55lt02g", 0xc8661C, 0, 64 * 1024, 4096, SECT_4K | SPI_NOR_QUAD_READ | SPI_NOR_HAS_LOCK | SPI_NOR_4B_OPCODES)}, + {INFO("gd25lx128j", 0xc86818, 0, 64 * 1024, 256, SECT_4K | + SPI_NOR_OCTAL_READ)}, { INFO("gd25lx256e", 0xc86819, 0, 64 * 1024, 512, SECT_4K | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)