@@ -164,20 +164,20 @@ static const struct spi_nor_fixups atmel_nor_global_protection_fixups = {
164
164
165
165
static const struct flash_info atmel_nor_parts [] = {
166
166
{
167
- .id = SNOR_ID (0x1f , 0x66 , 0x01 ),
168
- .name = "at25fs010" ,
169
- .sector_size = SZ_32K ,
170
- .size = SZ_128K ,
171
- .flags = SPI_NOR_HAS_LOCK ,
167
+ .id = SNOR_ID (0x1f , 0x04 , 0x00 ),
168
+ .name = "at26f004" ,
169
+ .size = SZ_512K ,
172
170
.no_sfdp_flags = SECT_4K ,
173
- .fixups = & at25fs_nor_fixups
174
171
}, {
175
- .id = SNOR_ID (0x1f , 0x66 , 0x04 ),
176
- .name = "at25fs040" ,
177
- .size = SZ_512K ,
178
- .flags = SPI_NOR_HAS_LOCK ,
172
+ .id = SNOR_ID (0x1f , 0x25 , 0x00 ),
173
+ .name = "at45db081d" ,
174
+ .size = SZ_1M ,
179
175
.no_sfdp_flags = SECT_4K ,
180
- .fixups = & at25fs_nor_fixups
176
+ }, {
177
+ .id = SNOR_ID (0x1f , 0x42 , 0x16 ),
178
+ .name = "at25sl321" ,
179
+ .size = SZ_4M ,
180
+ .no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ ,
181
181
}, {
182
182
.id = SNOR_ID (0x1f , 0x44 , 0x01 ),
183
183
.name = "at25df041a" ,
@@ -186,62 +186,62 @@ static const struct flash_info atmel_nor_parts[] = {
186
186
.no_sfdp_flags = SECT_4K ,
187
187
.fixups = & atmel_nor_global_protection_fixups ,
188
188
}, {
189
- .id = SNOR_ID (0x1f , 0x47 , 0x00 ),
190
- .name = "at25df321 " ,
191
- .size = SZ_4M ,
189
+ .id = SNOR_ID (0x1f , 0x45 , 0x01 ),
190
+ .name = "at26df081a " ,
191
+ .size = SZ_1M ,
192
192
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE ,
193
193
.no_sfdp_flags = SECT_4K ,
194
194
.fixups = & atmel_nor_global_protection_fixups
195
195
}, {
196
- .id = SNOR_ID (0x1f , 0x47 , 0x01 ),
197
- .name = "at25df321a " ,
198
- .size = SZ_4M ,
196
+ .id = SNOR_ID (0x1f , 0x46 , 0x01 ),
197
+ .name = "at26df161a " ,
198
+ .size = SZ_2M ,
199
199
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE ,
200
200
.no_sfdp_flags = SECT_4K ,
201
201
.fixups = & atmel_nor_global_protection_fixups
202
202
}, {
203
- .id = SNOR_ID (0x1f , 0x48 , 0x00 ),
204
- .name = "at25df641 " ,
205
- .size = SZ_8M ,
203
+ .id = SNOR_ID (0x1f , 0x47 , 0x00 ),
204
+ .name = "at25df321 " ,
205
+ .size = SZ_4M ,
206
206
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE ,
207
207
.no_sfdp_flags = SECT_4K ,
208
208
.fixups = & atmel_nor_global_protection_fixups
209
209
}, {
210
- .id = SNOR_ID (0x1f , 0x42 , 0x16 ),
211
- .name = "at25sl321 " ,
210
+ .id = SNOR_ID (0x1f , 0x47 , 0x00 ),
211
+ .name = "at26df321 " ,
212
212
.size = SZ_4M ,
213
- .no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ ,
214
- }, {
215
- .id = SNOR_ID (0x1f , 0x04 , 0x00 ),
216
- .name = "at26f004" ,
217
- .size = SZ_512K ,
218
- .no_sfdp_flags = SECT_4K ,
219
- }, {
220
- .id = SNOR_ID (0x1f , 0x45 , 0x01 ),
221
- .name = "at26df081a" ,
222
- .size = SZ_1M ,
223
213
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE ,
224
214
.no_sfdp_flags = SECT_4K ,
225
215
.fixups = & atmel_nor_global_protection_fixups
226
216
}, {
227
- .id = SNOR_ID (0x1f , 0x46 , 0x01 ),
228
- .name = "at26df161a " ,
229
- .size = SZ_2M ,
217
+ .id = SNOR_ID (0x1f , 0x47 , 0x01 ),
218
+ .name = "at25df321a " ,
219
+ .size = SZ_4M ,
230
220
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE ,
231
221
.no_sfdp_flags = SECT_4K ,
232
222
.fixups = & atmel_nor_global_protection_fixups
233
223
}, {
234
- .id = SNOR_ID (0x1f , 0x47 , 0x00 ),
235
- .name = "at26df321 " ,
236
- .size = SZ_4M ,
224
+ .id = SNOR_ID (0x1f , 0x48 , 0x00 ),
225
+ .name = "at25df641 " ,
226
+ .size = SZ_8M ,
237
227
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE ,
238
228
.no_sfdp_flags = SECT_4K ,
239
229
.fixups = & atmel_nor_global_protection_fixups
240
230
}, {
241
- .id = SNOR_ID (0x1f , 0x25 , 0x00 ),
242
- .name = "at45db081d" ,
243
- .size = SZ_1M ,
231
+ .id = SNOR_ID (0x1f , 0x66 , 0x01 ),
232
+ .name = "at25fs010" ,
233
+ .sector_size = SZ_32K ,
234
+ .size = SZ_128K ,
235
+ .flags = SPI_NOR_HAS_LOCK ,
236
+ .no_sfdp_flags = SECT_4K ,
237
+ .fixups = & at25fs_nor_fixups
238
+ }, {
239
+ .id = SNOR_ID (0x1f , 0x66 , 0x04 ),
240
+ .name = "at25fs040" ,
241
+ .size = SZ_512K ,
242
+ .flags = SPI_NOR_HAS_LOCK ,
244
243
.no_sfdp_flags = SECT_4K ,
244
+ .fixups = & at25fs_nor_fixups
245
245
},
246
246
};
247
247
0 commit comments