Skip to content

Commit d14b555

Browse files
committed
Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arm FVP/Vexpress fixes for v6.4 Couple of fixes to address the missing required 'cache-unified' property in the level 2 and 3 caches on some of the FVP/vexpress platforms. * tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: arm64: dts: arm: add missing cache properties ARM: dts: vexpress: add missing cache properties Link: https://lore.kernel.org/r/20230509143508.1188786-1-sudeep.holla@arm.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 9bafc2b + 55b37d9 commit d14b555

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

arch/arm/boot/dts/vexpress-v2p-ca5s.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
reg = <0x2c0f0000 0x1000>;
133133
interrupts = <0 84 4>;
134134
cache-level = <2>;
135+
cache-unified;
135136
};
136137

137138
pmu {

arch/arm64/boot/dts/arm/foundation-v8.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
L2_0: l2-cache0 {
6060
compatible = "cache";
6161
cache-level = <2>;
62+
cache-unified;
6263
};
6364
};
6465

arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
L2_0: l2-cache0 {
7373
compatible = "cache";
7474
cache-level = <2>;
75+
cache-unified;
7576
};
7677
};
7778

arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
L2_0: l2-cache0 {
5959
compatible = "cache";
6060
cache-level = <2>;
61+
cache-unified;
6162
};
6263
};
6364

0 commit comments

Comments
 (0)