lantiq: add patch to fix the reset gpio handling in the pci driver
[openwrt/openwrt.git] / target / linux / generic / pending-5.15 / 477-mtd-spi-nor-add-eon-en25qx128a.patch
1 From: Christian Marangi <ansuelsmth@gmail.com>
2 Subject: kernel/mtd: add support for EON EN25QX128A
3
4 Add support for EON EN25QX128A with no flags as it does
5 support SFDP parsing.
6
7 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
8 ---
9 drivers/mtd/spi-nor/spi-nor.c | 1 +
10 1 file changed, 1 insertion(+)
11
12 --- a/drivers/mtd/spi-nor/eon.c
13 +++ b/drivers/mtd/spi-nor/eon.c
14 @@ -26,6 +26,7 @@ static const struct flash_info eon_parts
15 { "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
16 { "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
17 { "en25q128", INFO(0x1c3018, 0, 64 * 1024, 256, SECT_4K) },
18 + { "en25qx128a", INFO(0x1c7118, 0, 64 * 1024, 256, 0) },
19 { "en25q80a", INFO(0x1c3014, 0, 64 * 1024, 16,
20 SECT_4K | SPI_NOR_DUAL_READ) },
21 { "en25qh16", INFO(0x1c7015, 0, 64 * 1024, 32,