mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +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
374 B
Diff
12 lines
374 B
Diff
--- a/drivers/mtd/spi-nor/esmt.c
|
|
+++ b/drivers/mtd/spi-nor/esmt.c
|
|
@@ -10,6 +10,8 @@
|
|
|
|
static const struct flash_info esmt_parts[] = {
|
|
/* ESMT */
|
|
+ { "f25l16pa-2s", INFO(0x8c2115, 0, 64 * 1024, 32,
|
|
+ SECT_4K | SPI_NOR_HAS_LOCK) },
|
|
{ "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64,
|
|
SECT_4K | SPI_NOR_HAS_LOCK) },
|
|
{ "f25l32qa", INFO(0x8c4116, 0, 64 * 1024, 64,
|