mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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: e7f85e6c15 ("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>
This commit is contained in:
committed by
Neil Armstrong
parent
e1c246c641
commit
a7ab6f9466
@@ -87,7 +87,7 @@
|
||||
i-cache-line-size = <32>;
|
||||
i-cache-size = <0x8000>;
|
||||
i-cache-sets = <32>;
|
||||
next-level-cache = <&l2_cache_l>;
|
||||
next-level-cache = <&l2_cache_b>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
i-cache-line-size = <32>;
|
||||
i-cache-size = <0x8000>;
|
||||
i-cache-sets = <32>;
|
||||
next-level-cache = <&l2_cache_l>;
|
||||
next-level-cache = <&l2_cache_b>;
|
||||
#cooling-cells = <2>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user