mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
a61a41d4aa
This fixes support for Dongwon T&I DW02-412H which uses F25L16PA(2S) flash. Signed-off-by: Jihoon Han <rapid_renard@renard.ga> Reviewed-by: Sungbo Eo <mans0n@gorani.run> [refresh patches] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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,
|