We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914efd6 commit 8f407edCopy full SHA for 8f407ed
drivers/mtd/spi-nor/atmel.c
@@ -213,6 +213,11 @@ static const struct flash_info atmel_nor_parts[] = {
213
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE,
214
.no_sfdp_flags = SECT_4K,
215
.fixups = &atmel_nor_global_protection_fixups
216
+ }, {
217
+ .id = SNOR_ID(0x1f, 0x47, 0x08),
218
+ .name = "at25ff321a",
219
+ .flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE,
220
+ .fixups = &atmel_nor_global_protection_fixups
221
}, {
222
.id = SNOR_ID(0x1f, 0x48, 0x00),
223
.name = "at25df641",
0 commit comments