]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC
authorAnand Moon <linux.amoon@gmail.com>
Mon, 25 Aug 2025 06:51:50 +0000 (12:21 +0530)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 4 Sep 2025 13:10:15 +0000 (15:10 +0200)
commite7f85e6c155aed3e10e698dd05bd04b2d52edb59
tree43d5fc03f1b3aeb6ac37c4bc88550e06a0f20910
parent494c362fa1633bba127045ace8f0eea0b277af28
arm64: dts: amlogic: Add cache information to the Amlogic S922X SoC

As per S922X datasheet add missing cache information to the Amlogic
S922X SoC.

- Each Cortex-A53 core has 32 KB of instruction cache and
32 KB of L1 data cache available.
- Each Cortex-A73 core has 64 KB of L1 instruction cache and
64 KB of L1 data cache available.
- The little (A53) cluster has 256 KB of unified L2 cache available.
- The big (A73) cluster has 1 MB of unified L2 cache available.

Cache memory significantly reduces the time it takes for the CPU
to access data and instructions, leading to faster program execution
and overall system responsiveness.

Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Link: https://lore.kernel.org/r/20250825065240.22577-11-linux.amoon@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-g12b.dtsi