mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
9a038e7fd1
Copy config and patches from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
12 lines
466 B
Diff
12 lines
466 B
Diff
--- a/drivers/mtd/spi-nor/xmc.c
|
|
+++ b/drivers/mtd/spi-nor/xmc.c
|
|
@@ -14,6 +14,8 @@ static const struct flash_info xmc_parts
|
|
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
|
|
{ "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256,
|
|
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
|
|
+ { "XM25QH128C", INFO(0x204018, 0, 64 * 1024, 256,
|
|
+ SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
|
|
};
|
|
|
|
const struct spi_nor_manufacturer spi_nor_xmc = {
|