Skip to content

Commit 8f407ed

Browse files
noglitchambarus
authored andcommitted
mtd: spi-nor: atmel: add at25ff321a entry
Add the at25ff321a 4MB SPI flash which is able to provide SFDP information. Link: https://www.renesas.com/us/en/document/dst/at25ff321a-datasheet Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Tudor Ambarus <[email protected]>
1 parent 914efd6 commit 8f407ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/mtd/spi-nor/atmel.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ static const struct flash_info atmel_nor_parts[] = {
213213
.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE,
214214
.no_sfdp_flags = SECT_4K,
215215
.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
216221
}, {
217222
.id = SNOR_ID(0x1f, 0x48, 0x00),
218223
.name = "at25df641",

0 commit comments

Comments
 (0)