Skip to content

Commit 918273b

Browse files
moonlinuxsuperna9999
authored andcommitted
arm64: dts: amlogic: meson-axg: Add missing cache information to cpu0
Add missing L1 data and instruction cache parameters to the CPU node 0 for the Cortex-A53 caches on the Meson AXG SoC. Fixes: 3b6ad2a ("arm64: dts: amlogic: Add cache information to the Amlogic AXG SoCS") Signed-off-by: Anand Moon <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent 28e4a49 commit 918273b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
compatible = "arm,cortex-a53";
7373
reg = <0x0 0x0>;
7474
enable-method = "psci";
75+
d-cache-line-size = <32>;
76+
d-cache-size = <0x8000>;
77+
d-cache-sets = <32>;
78+
i-cache-line-size = <32>;
79+
i-cache-size = <0x8000>;
80+
i-cache-sets = <32>;
7581
next-level-cache = <&l2>;
7682
clocks = <&scpi_dvfs 0>;
7783
dynamic-power-coefficient = <140>;

0 commit comments

Comments
 (0)