Skip to content

Commit 792caa4

Browse files
marcusfolkessonprati0100
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 <mwalle@kernel.org> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Reviewed-by: Pratyush Yadav <pratyush@kernel.org> Signed-off-by: Pratyush Yadav <pratyush@kernel.org> Link: https://lore.kernel.org/r/20241116-spi-nor-v4-1-3de8ac6fd0be@gmail.com
1 parent 40384c8 commit 792caa4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)