kernel: bump 6.1 to 6.1.63
[openwrt/openwrt.git] / target / linux / generic / pending-6.1 / 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 @@ -19,6 +19,7 @@ static const struct flash_info eon_nor_p
15 NO_SFDP_FLAGS(SECT_4K) },
16 { "en25q128", INFO(0x1c3018, 0, 64 * 1024, 256)
17 NO_SFDP_FLAGS(SECT_4K) },
18 + { "en25qx128a", INFO(0x1c7118, 0, 64 * 1024, 256) },
19 { "en25q80a", INFO(0x1c3014, 0, 64 * 1024, 16)
20 NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ) },
21 { "en25qh16", INFO(0x1c7015, 0, 64 * 1024, 32)