[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241018-at25ff321a-v1-1-c8380f80c289@gmail.com>
Date: Fri, 18 Oct 2024 11:57:20 +0200
From: Marcus Folkesson <marcus.folkesson@...il.com>
To: Tudor Ambarus <tudor.ambarus@...aro.org>,
Pratyush Yadav <pratyush@...nel.org>, Michael Walle <mwalle@...nel.org>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>, Vignesh Raghavendra <vigneshr@...com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Claudiu Beznea <claudiu.beznea@...on.dev>
Cc: linux-mtd@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Marcus Folkesson <marcus.folkesson@...il.com>
Subject: [PATCH] mtd: spi-nor: atmel: provide .size to the at25ff321a entry
Set size of the flash for the at25ff321a entry.
Signed-off-by: Marcus Folkesson <marcus.folkesson@...il.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@...il.com>
Powered by blists - more mailing lists