File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ static const struct flash_info macronix_nor_parts[] = {
127
127
.size = SZ_128M ,
128
128
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ ,
129
129
.fixups = & macronix_qpp4b_fixups ,
130
+ }, {
131
+ /* MX66L2G45G */
132
+ .id = SNOR_ID (0xc2 , 0x20 , 0x1c ),
133
+ .fixups = & macronix_qpp4b_fixups ,
130
134
}, {
131
135
.id = SNOR_ID (0xc2 , 0x23 , 0x14 ),
132
136
.name = "mx25v8035f" ,
@@ -176,6 +180,10 @@ static const struct flash_info macronix_nor_parts[] = {
176
180
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ ,
177
181
.fixup_flags = SPI_NOR_4B_OPCODES ,
178
182
.fixups = & macronix_qpp4b_fixups ,
183
+ }, {
184
+ /* MX66U1G45G */
185
+ .id = SNOR_ID (0xc2 , 0x25 , 0x3b ),
186
+ .fixups = & macronix_qpp4b_fixups ,
179
187
}, {
180
188
.id = SNOR_ID (0xc2 , 0x25 , 0x3c ),
181
189
.name = "mx66u2g45g" ,
You can’t perform that action at this time.
0 commit comments