projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915d9d9
)
arm64: dts: imx95: correct L3Cache cache-sets
author
Peng Fan
<peng.fan@nxp.com>
Mon, 5 Aug 2024 03:05:35 +0000
(11:05 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 13 Aug 2024 03:23:22 +0000
(11:23 +0800)
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@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/imx95.dtsi
b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 3499d4eb2496134c2f0bd7120894c87dd4efb0d9..425272aa5a81605551f52f70886077bb157bbf45 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/
arch/arm64/boot/dts/freescale/imx95.dtsi
@@
-187,7
+187,7
@@
compatible = "cache";
cache-size = <524288>;
cache-line-size = <64>;
- cache-sets = <
1024
>;
+ cache-sets = <
512
>;
cache-level = <3>;
cache-unified;
};