[PATCH] mtd: spi-nor: atmel: provide .size to the at25ff321a entry

Marcus Folkesson marcus.folkesson at gmail.com
Fri Oct 18 02:57:20 PDT 2024


Set size of the flash for the at25ff321a entry.

Signed-off-by: Marcus Folkesson <marcus.folkesson at gmail.com>
---
 drivers/mtd/spi-nor/atmel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/atmel.c b/drivers/mtd/spi-nor/atmel.c
index 45d1153a04a07b7c61f46b117311b24ab695038f..cc7217e96d0139a06d46f10e35c545f604464b3c 100644
--- a/drivers/mtd/spi-nor/atmel.c
+++ b/drivers/mtd/spi-nor/atmel.c
@@ -214,6 +214,7 @@ static const struct flash_info atmel_nor_parts[] = {
 	}, {
 		.id = SNOR_ID(0x1f, 0x47, 0x08),
 		.name = "at25ff321a",
+		.size = SZ_4M,
 		.flags = SPI_NOR_HAS_LOCK | SPI_NOR_SWP_IS_VOLATILE,
 		.fixups = &atmel_nor_global_protection_fixups
 	}, {

---
base-commit: 200289db261f0c8131a5756133e9d30966289c3b
change-id: 20241018-at25ff321a-bccc1f60538b

Best regards,
-- 
Marcus Folkesson <marcus.folkesson at gmail.com>




More information about the linux-mtd mailing list