]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 20 Mar 2023 04:49:34 +0000 (10:19 +0530)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 7 Jul 2023 10:16:49 +0000 (12:16 +0200)
BugLink: https://bugs.launchpad.net/bugs/2025067
[ Upstream commit 6974371cab1c488a53960945cb139b20ebb5f16b ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/arm64/boot/dts/ti/k3-am625.dtsi

index cea2cc7de5dd355c3b4ba5f2c393e9afbc568481..26d78562ceba760679c2d2969e6a06c0506ee97f 100644 (file)
        L2_0: l2-cache0 {
                compatible = "cache";
                cache-level = <2>;
-               cache-size = <0x40000>;
+               cache-size = <0x80000>;
                cache-line-size = <64>;
                cache-sets = <512>;
        };