Skip to content

Commit 792caa4

Browse files
marcusfolkessonPratyush Yadav
authored andcommitted
mtd: spi-nor: atmel: add at25sf321 entry
Add entry for the at25sf321 32Mbit SPI flash. This flash is populated on a custom board and was tested at 10MHz frequency using the "ti,da830-spi" SPI controller. Link: https://www.renesas.com/en/document/dst/at25sf321-datasheet?r=1608801 Reviewed-by: Michael Walle <[email protected]> Signed-off-by: Marcus Folkesson <[email protected]> Reviewed-by: Pratyush Yadav <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 40384c8 commit 792caa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/mtd/spi-nor/atmel.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ static const struct flash_info atmel_nor_parts[] = {
238238
.flags = SPI_NOR_HAS_LOCK,
239239
.no_sfdp_flags = SECT_4K,
240240
.fixups = &at25fs_nor_fixups
241+
}, {
242+
.id = SNOR_ID(0x1f, 0x87, 0x01),
243+
.size = SZ_4M,
244+
.no_sfdp_flags = SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ,
241245
},
242246
};
243247

0 commit comments

Comments
 (0)