]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: amlogic: meson-axg: Add missing cache information to cpu0
authorAnand Moon <linux.amoon@gmail.com>
Thu, 19 Feb 2026 10:35:46 +0000 (16:05 +0530)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 21 Apr 2026 13:46:22 +0000 (15:46 +0200)
Add missing L1 data and instruction cache parameters to the CPU node 0
for the Cortex-A53 caches on the Meson AXG SoC.

Fixes: 3b6ad2a43367 ("arm64: dts: amlogic: Add cache information to the Amlogic AXG SoCS")
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Link: https://patch.msgid.link/20260219103548.18392-1-linux.amoon@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index cc72491eaf6f52d46fed2458191556bd16d837f4..f1f53fd98ae257403ab93e61847815ebb9e4949b 100644 (file)
                        compatible = "arm,cortex-a53";
                        reg = <0x0 0x0>;
                        enable-method = "psci";
+                       d-cache-line-size = <32>;
+                       d-cache-size = <0x8000>;
+                       d-cache-sets = <32>;
+                       i-cache-line-size = <32>;
+                       i-cache-size = <0x8000>;
+                       i-cache-sets = <32>;
                        next-level-cache = <&l2>;
                        clocks = <&scpi_dvfs 0>;
                        dynamic-power-coefficient = <140>;