.. | .. |
---|
115 | 115 | &update_cache_variants), |
---|
116 | 116 | SPINAND_HAS_QE_BIT, |
---|
117 | 117 | SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)), |
---|
| 118 | + SPINAND_INFO("F35UQA002G-WWT", |
---|
| 119 | + SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x62), |
---|
| 120 | + NAND_MEMORG(1, 2048, 64, 64, 2048, 40, 1, 1, 1), |
---|
| 121 | + NAND_ECCREQ(1, 512), |
---|
| 122 | + SPINAND_INFO_OP_VARIANTS(&read_cache_variants, |
---|
| 123 | + &write_cache_variants, |
---|
| 124 | + &update_cache_variants), |
---|
| 125 | + SPINAND_HAS_QE_BIT, |
---|
| 126 | + SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)), |
---|
| 127 | + SPINAND_INFO("F35UQA001G-WWT", |
---|
| 128 | + SPINAND_ID(SPINAND_READID_METHOD_OPCODE_DUMMY, 0x61), |
---|
| 129 | + NAND_MEMORG(1, 2048, 64, 64, 1024, 20, 1, 1, 1), |
---|
| 130 | + NAND_ECCREQ(1, 512), |
---|
| 131 | + SPINAND_INFO_OP_VARIANTS(&read_cache_variants, |
---|
| 132 | + &write_cache_variants, |
---|
| 133 | + &update_cache_variants), |
---|
| 134 | + SPINAND_HAS_QE_BIT, |
---|
| 135 | + SPINAND_ECCINFO(&fsxxndxxg_ooblayout, NULL)), |
---|
118 | 136 | }; |
---|
119 | 137 | |
---|
120 | 138 | static const struct spinand_manufacturer_ops foresee_spinand_manuf_ops = { |
---|