@@ -220,10 +220,10 @@ typedef struct {
220
220
.memory_type = 0x70, \
221
221
.capacity = 0x15, \
222
222
.max_clock_speed_mhz = 133, \
223
+ .quad_enable_bit_mask = 0x02, \
223
224
.has_sector_protection = false, \
224
225
.supports_fast_read = true, \
225
226
.supports_qspi = true, \
226
- .has_quad_enable = true, \
227
227
.supports_qspi_writes = true, \
228
228
.write_status_register_split = false, \
229
229
}
@@ -254,10 +254,10 @@ typedef struct {
254
254
.memory_type = 0x70, \
255
255
.capacity = 0x16, \
256
256
.max_clock_speed_mhz = 133, \
257
+ .quad_enable_bit_mask = 0x02, \
257
258
.has_sector_protection = false, \
258
259
.supports_fast_read = true, \
259
260
.supports_qspi = true, \
260
- .has_quad_enable = true, \
261
261
.supports_qspi_writes = true, \
262
262
.write_status_register_split = false, \
263
263
}
@@ -275,7 +275,6 @@ typedef struct {
275
275
.has_sector_protection = false, \
276
276
.supports_fast_read = true, \
277
277
.supports_qspi = true, \
278
- .has_quad_enable = true, \
279
278
.supports_qspi_writes = true, \
280
279
.write_status_register_split = false, \
281
280
.single_status_byte = false, \
@@ -364,10 +363,10 @@ typedef struct {
364
363
.memory_type = 0x70, \
365
364
.capacity = 0x18, \
366
365
.max_clock_speed_mhz = 133, \
366
+ .quad_enable_bit_mask = 0x02, \
367
367
.has_sector_protection = false, \
368
368
.supports_fast_read = true, \
369
369
.supports_qspi = true, \
370
- .has_quad_enable = true, \
371
370
.supports_qspi_writes = true, \
372
371
.write_status_register_split = false, \
373
372
}
0 commit comments