From 3740a577eaaa224db6e4bd3b6fdaea2fb3729814 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Sat, 22 Apr 2023 00:31:45 +0200 Subject: [PATCH] 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 --- arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi b/arch/arm64/boot/dts/synaptics/berlin4ct.dtsi index dc12350b9fc89..53d616c3cfed7 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 { -- 2.30.2