Skip to content

Commit d3c2b2a

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx95: correct L3Cache cache-sets
The L3Cache size is 512KB. Size = Cache Line Size(64) * num sets(512) * Assoc(0x10). Correct the number of Cache sets. Fixes: 5e3cbb8 ("arm64: dts: freescale: add i.MX95 basic dtsi") Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 915d9d9 commit d3c2b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx95.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
compatible = "cache";
188188
cache-size = <524288>;
189189
cache-line-size = <64>;
190-
cache-sets = <1024>;
190+
cache-sets = <512>;
191191
cache-level = <3>;
192192
cache-unified;
193193
};

0 commit comments

Comments
 (0)