Re: [PATCH] riscv: dts: starfive: fix NOR flash reserved-data partition size
From: Conor Dooley
Date: Mon Aug 28 2023 - 11:55:27 EST
From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
On Sat, 26 Aug 2023 20:27:02 +0200, Aurelien Jarno wrote:
> The Starfive VisionFive 2 has a 16MiB NOR flash, while the reserved-data
> partition is declared starting at address 0x600000 with a size of
> 0x1000000. This causes the kernel to output the following warning:
>
> [ 22.156589] mtd: partition "reserved-data" extends beyond the end of device "13010000.spi.0" -- size truncated to 0xa00000
>
> It seems to be a confusion between the size of the partition and the end
> address. Fix that by specifying the right size.
>
> [...]
Applied to riscv-dt-fixes, thanks!
[1/1] riscv: dts: starfive: fix NOR flash reserved-data partition size
https://git.kernel.org/conor/c/602afaaa6ef9
(I may end up rebasing after -rc1, so this hash isn't stable)
Thanks,
Conor.