projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
436b288
)
arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
author
Vignesh Raghavendra
<vigneshr@ti.com>
Mon, 20 Mar 2023 04:49:34 +0000
(10:19 +0530)
committer
Nishanth Menon
<nm@ti.com>
Mon, 20 Mar 2023 17:34:25 +0000
(12:34 -0500)
Per AM62x SoC datasheet[0] L2 cache is 512KB.
[0] https://www.ti.com/lit/gpn/am625 Page 1.
Fixes:
f1d17330a5be
("arm64: dts: ti: Introduce base support for AM62x SoC")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link:
https://lore.kernel.org/r/20230320044935.2512288-1-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am625.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am625.dtsi
b/arch/arm64/boot/dts/ti/k3-am625.dtsi
index acc7f8ab6426129f4ab99b9d96ac959bc0c1fbcc..4193c2b3eed6024807f267db3ab0491f841f33f3 100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-am625.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-am625.dtsi
@@
-148,7
+148,7
@@
compatible = "cache";
cache-unified;
cache-level = <2>;
- cache-size = <0x
4
0000>;
+ cache-size = <0x
8
0000>;
cache-line-size = <64>;
cache-sets = <512>;
};