summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/synaptics
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-04-22 00:31:45 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-16 18:29:43 +0200
commit3740a577eaaa224db6e4bd3b6fdaea2fb3729814 (patch)
treef04505d816a59ade5e0828c5cc51c909e1c10304 /arch/arm64/boot/dts/synaptics
parent7a242135a44d32a6a8563fc74f11d5a100b7cf0a (diff)
arm64: dts: synaptics: add missing cache properties
As all level 2 and level 3 caches are unified, add required cache-unified and cache-level properties to fix warnings like: berlin4ct-stb.dtb: cache: 'cache-level' is a required property berlin4ct-stb.dtb: cache: 'cache-unified' is a required property Link: https://lore.kernel.org/r/20230421223145.115129-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/synaptics')
-rw-r--r--arch/arm64/boot/dts/synaptics/berlin4ct.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
index dc12350b9fc8..53d616c3cfed 100644
--- a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
+++ b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi
@@ -64,6 +64,8 @@
l2: cache {
compatible = "cache";
+ cache-level = <2>;
+ cache-unified;
};
idle-states {