Skip to content

Commit 55b37d9

Browse files
krzksudeep-holla
authored andcommitted
arm64: dts: arm: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified properties to fix warnings like: foundation-v8.dtb: l2-cache0: 'cache-unified' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230421223213.115639-1-krzysztof.kozlowski@linaro.org Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 parent 328acc5 commit 55b37d9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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)