Message ID | 20230926131655.51224-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] mtd: spi-nor: atmel: add at25ff321a entry | expand |
On Tue, 26 Sep 2023 15:16:55 +0200, nicolas.ferre@microchip.com wrote: > Add the at25ff321a 4MB SPI flash which is able to provide > SFDP informations. s/informations/information > Datasheet: https://www.renesas.com/us/en/document/dst/at25ff321a-datasheet s/Datasheet/Link > > Applied to git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git, spi-nor/next branch. Thanks! [1/1] mtd: spi-nor: atmel: add at25ff321a entry https://git.kernel.org/mtd/c/8f407eda173f Cheers,
diff --git a/drivers/mtd/spi-nor/atmel.c b/drivers/mtd/spi-nor/atmel.c index 95f0e139284e..e13b8d2dd50a 100644 --- a/drivers/mtd/spi-nor/atmel.c +++ b/drivers/mtd/spi-nor/atmel.c @@ -213,6 +213,11 @@ static const struct flash_info atmel_nor_parts[] = { .flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE, .no_sfdp_flags = SECT_4K, .fixups = &atmel_nor_global_protection_fixups + }, { + .id = SNOR_ID(0x1f, 0x47, 0x08), + .name = "at25ff321a", + .flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE, + .fixups = &atmel_nor_global_protection_fixups }, { .id = SNOR_ID(0x1f, 0x48, 0x00), .name = "at25df641",