mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-05 12:02:04 +08:00
13 lines
553 B
Diff
13 lines
553 B
Diff
--- a/drivers/mtd/nand/raw/nand_ids.c
|
|
+++ b/drivers/mtd/nand/raw/nand_ids.c
|
|
@@ -67,6 +67,9 @@ struct nand_flash_dev nand_flash_ids[] =
|
|
{"TH58NVG3S0HBAI4 8G 3.3V 8-bit",
|
|
{ .id = {0x98, 0xd3, 0x91, 0x26, 0x76} },
|
|
SZ_4K, SZ_1K, SZ_256K, 0, 5, 256, NAND_ECC_INFO(8, SZ_512)},
|
|
+ {"W25N01GWZEIG SPI NAND 1G 1.8V",
|
|
+ { .id = {0xef, 0xba} },
|
|
+ SZ_2K, SZ_128, SZ_128K, 0, 2, 64, NAND_ECC_INFO(4, SZ_512)},
|
|
|
|
LEGACY_ID_NAND("NAND 4MiB 5V 8-bit", 0x6B, 4, SZ_8K, SP_OPTIONS),
|
|
LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE3, 4, SZ_8K, SP_OPTIONS),
|