arm64: dts: synaptics: add missing cache properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Apr 2023 22:31:45 +0000 (00:31 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 16 May 2023 16:29:43 +0000 (18:29 +0200)
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>
arch/arm64/boot/dts/synaptics/berlin4ct.dtsi

index dc12350b9fc8917fa05d872a548c62ac0d1c29de..53d616c3cfed793cf0e0a44e04999ed47fc24cf7 100644 (file)
@@ -64,6 +64,8 @@
 
                l2: cache {
                        compatible = "cache";
+                       cache-level = <2>;
+                       cache-unified;
                };
 
                idle-states {