@@ -11176,6 +11176,13 @@ const struct flashchip flashchips[] = {
11176
11176
.write = spi_chip_write_256, /* Multi I/O supported */
11177
11177
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
11178
11178
.voltage = {1700, 2000},
11179
+ .reg_bits =
11180
+ {
11181
+ .srp = {STATUS1, 7, RW},
11182
+ .bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}},
11183
+ .tb = {STATUS1, 5, RW},
11184
+ },
11185
+ .decode_range = decode_range_spi25,
11179
11186
},
11180
11187
11181
11188
{
@@ -11210,6 +11217,13 @@ const struct flashchip flashchips[] = {
11210
11217
.write = spi_chip_write_256, /* Multi I/O supported */
11211
11218
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
11212
11219
.voltage = {2700, 3600},
11220
+ .reg_bits =
11221
+ {
11222
+ .srp = {STATUS1, 7, RW},
11223
+ .bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}},
11224
+ .tb = {STATUS1, 5, RW},
11225
+ },
11226
+ .decode_range = decode_range_spi25,
11213
11227
},
11214
11228
11215
11229
{
@@ -11244,6 +11258,13 @@ const struct flashchip flashchips[] = {
11244
11258
.write = spi_chip_write_256, /* Multi I/O supported */
11245
11259
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
11246
11260
.voltage = {1700, 2000},
11261
+ .reg_bits =
11262
+ {
11263
+ .srp = {STATUS1, 7, RW},
11264
+ .bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}, {STATUS1, 6, RW}},
11265
+ .tb = {STATUS1, 5, RW},
11266
+ },
11267
+ .decode_range = decode_range_spi25,
11247
11268
},
11248
11269
11249
11270
{
@@ -11278,6 +11299,13 @@ const struct flashchip flashchips[] = {
11278
11299
.write = spi_chip_write_256, /* Multi I/O supported */
11279
11300
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
11280
11301
.voltage = {2700, 3600},
11302
+ .reg_bits =
11303
+ {
11304
+ .srp = {STATUS1, 7, RW},
11305
+ .bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}, {STATUS1, 6, RW}},
11306
+ .tb = {STATUS1, 5, RW},
11307
+ },
11308
+ .decode_range = decode_range_spi25,
11281
11309
},
11282
11310
11283
11311
{
@@ -11917,6 +11945,13 @@ const struct flashchip flashchips[] = {
11917
11945
.write = spi_chip_write_256, /* Multi I/O supported */
11918
11946
.read = spi_chip_read, /* Fast read (0x0B) and multi I/O supported */
11919
11947
.voltage = {2700, 3600},
11948
+ .reg_bits =
11949
+ {
11950
+ .srp = {STATUS1, 7, RW},
11951
+ .bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}, {STATUS1, 6, RW}},
11952
+ .tb = {STATUS1, 5, RW},
11953
+ },
11954
+ .decode_range = decode_range_spi25,
11920
11955
},
11921
11956
11922
11957
{
0 commit comments