]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mtd: spi-nor: Add gd25lx128j chip
authorFlaviu Nistor <flaviu.nistor@gmail.com>
Mon, 9 Mar 2026 19:44:10 +0000 (21:44 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 15 Apr 2026 20:45:18 +0000 (14:45 -0600)
Add gd25lx128j GIGADEVICE chip to spi-nor id table.

Signed-off-by: Flaviu Nistor <flaviu.nistor@gmail.com>
drivers/mtd/spi/spi-nor-ids.c

index 700738a374a4b5376bac0511ded0243da3d5e045..81ef2e63e6abcd8db727bf049c385a88c145745a 100644 (file)
@@ -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)