arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB
[ Upstream commit438b8dc949
] Per AM62Ax SoC datasheet[0] L2 cache is 512KB. [0] https://www.ti.com/lit/gpn/am62a7 Page 1. Fixes:5fc6b1b626
("arm64: dts: ti: Introduce AM62A7 family of SoCs") Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Link: https://lore.kernel.org/r/20230320044935.2512288-2-vigneshr@ti.com Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
fe9dc0a264
commit
a9b3ef13eb
|
@ -96,7 +96,7 @@ cpu3: cpu@3 {
|
||||||
L2_0: l2-cache0 {
|
L2_0: l2-cache0 {
|
||||||
compatible = "cache";
|
compatible = "cache";
|
||||||
cache-level = <2>;
|
cache-level = <2>;
|
||||||
cache-size = <0x40000>;
|
cache-size = <0x80000>;
|
||||||
cache-line-size = <64>;
|
cache-line-size = <64>;
|
||||||
cache-sets = <512>;
|
cache-sets = <512>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue