OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/drivers/mtd/nand/nand_ids.c |
2 | +++ b/drivers/mtd/nand/nand_ids.c |
||
3 | @@ -54,6 +54,10 @@ struct nand_flash_dev nand_flash_ids[] = |
||
4 | { .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} }, |
||
5 | SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, |
||
6 | NAND_ECC_INFO(40, SZ_1K), 4 }, |
||
7 | + {"MX35LF1GE4AB 1G 3.3V 8-bit", |
||
8 | + { .id = {0xc2, 0x12} }, |
||
9 | + SZ_2K, SZ_128, SZ_128K, NAND_NO_SUBPAGE_WRITE, |
||
10 | + 2, 64, NAND_ECC_INFO(4, SZ_512) }, |
||
11 | {"W25N01GV 1G 3.3V 8-bit", |
||
12 | { .id = {0xef, 0xaa} }, |
||
13 | SZ_2K, SZ_128, SZ_128K, NAND_NO_SUBPAGE_WRITE, |