Re: [PATCH] arm64: dts: imx95: correct L3Cache cache-sets

From: Shawn Guo
Date: Mon Aug 12 2024 - 23:24:22 EST


On Mon, Aug 05, 2024 at 11:05:35AM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> The L3Cache size is 512KB.
> Size = Cache Line Size(64) * num sets(512) * Assoc(0x10).
>
> Correct the number of Cache sets.
>
> Fixes: 5e3cbb8e4256 ("arm64: dts: freescale: add i.MX95 basic dtsi")
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks!