summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/foundation-v8.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-22 00:32:12 +0200
committerSudeep Holla <sudeep.holla@arm.com>2023-05-08 20:40:36 +0100
commit55b37d9c8ba23d28c584aef0801fb1e60e4a817c (patch)
tree4da2fd0cdf4d961969226d4a4917c1b547a0a421 /arch/arm64/boot/dts/arm/foundation-v8.dtsi
parent328acc5657c6197753238d7ce0a6924ead829347 (diff)
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>
Diffstat (limited to 'arch/arm64/boot/dts/arm/foundation-v8.dtsi')
-rw-r--r--arch/arm64/boot/dts/arm/foundation-v8.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dtsi b/arch/arm64/boot/dts/arm/foundation-v8.dtsi
index 029578072d8f..7b41537731a6 100644
--- a/arch/arm64/boot/dts/arm/foundation-v8.dtsi
+++ b/arch/arm64/boot/dts/arm/foundation-v8.dtsi
@@ -59,6 +59,7 @@
L2_0: l2-cache0 {
compatible = "cache";
cache-level = <2>;
+ cache-unified;
};
};