[PATCH] mtd: spi-nor: atmel: provide .size to the at25ff321a entry
Tudor Ambarus
tudor.ambarus at linaro.org
Mon Oct 28 23:35:10 PDT 2024
On 10/18/24 10:57 AM, Marcus Folkesson wrote:
> 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,
The flash size is retrieved from SFDP. BTW size of zero triggers SFDP
parsing, see spi_nor_needs_sfdp().
More information about the linux-mtd
mailing list