generic: v6.6: update fitblk driver to work with Linux 6.6
[openwrt/openwrt.git] / target / linux / generic / pending-6.6 / 476-mtd-spi-nor-add-eon-en25q128.patch
1 From: Piotr Dymacz <pepe2k@gmail.com>
2 Subject: kernel/mtd: add support for EON EN25Q128
3
4 Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
5 ---
6 drivers/mtd/spi-nor/spi-nor.c | 1 +
7 1 file changed, 1 insertion(+)
8
9 --- a/drivers/mtd/spi-nor/eon.c
10 +++ b/drivers/mtd/spi-nor/eon.c
11 @@ -17,6 +17,8 @@ static const struct flash_info eon_nor_p
12 { "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128) },
13 { "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128)
14 NO_SFDP_FLAGS(SECT_4K) },
15 + { "en25q128", INFO(0x1c3018, 0, 64 * 1024, 256)
16 + NO_SFDP_FLAGS(SECT_4K) },
17 { "en25q80a", INFO(0x1c3014, 0, 64 * 1024, 16)
18 NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ) },
19 { "en25qh16", INFO(0x1c7015, 0, 64 * 1024, 32)