Skip to content

Commit a7ab6f9

Browse files
glaroquesuperna9999
authored andcommitted
arm64: dts: amlogic: meson-g12b: Fix L2 cache reference for S922X CPUs
The original addition of cache information for the Amlogic S922X SoC used the wrong next-level cache node for CPU cores 100 and 101, incorrectly referencing `l2_cache_l`. These cores actually belong to the big cluster and should reference `l2_cache_b`. Update the device tree accordingly. Fixes: e7f85e6 ("arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC") Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20251123-fixkhadas-v1-1-045348f0a4c2@baylibre.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent e1c246c commit a7ab6f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-g12b.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
i-cache-line-size = <32>;
8888
i-cache-size = <0x8000>;
8989
i-cache-sets = <32>;
90-
next-level-cache = <&l2_cache_l>;
90+
next-level-cache = <&l2_cache_b>;
9191
#cooling-cells = <2>;
9292
};
9393

@@ -103,7 +103,7 @@
103103
i-cache-line-size = <32>;
104104
i-cache-size = <0x8000>;
105105
i-cache-sets = <32>;
106-
next-level-cache = <&l2_cache_l>;
106+
next-level-cache = <&l2_cache_b>;
107107
#cooling-cells = <2>;
108108
};
109109

0 commit comments

Comments
 (0)