arm64: dts: freescale: add missing cache properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Apr 2023 22:32:06 +0000 (00:32 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 14 May 2023 03:52:39 +0000 (11:52 +0800)
As all level 2 and level 3 caches are unified, add required
cache-unified properties to fix warnings like:

  fsl-ls2080a-simu.dtb: l2-cache3: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi

index 678bb03..9cbb311 100644 (file)
@@ -47,6 +47,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index b9fd24c..f8acbef 100644 (file)
@@ -85,6 +85,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index a01e3cf..50f68ca 100644 (file)
@@ -80,6 +80,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 1e5d76c..1aa38ed 100644 (file)
        cluster0_l2: l2-cache0 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        cluster1_l2: l2-cache1 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        cluster2_l2: l2-cache2 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        cluster3_l2: l2-cache3 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        CPU_PW20: cpu-pw20 {
index c12c869..8581ea5 100644 (file)
        cluster0_l2: l2-cache0 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        cluster1_l2: l2-cache1 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        cluster2_l2: l2-cache2 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        cluster3_l2: l2-cache3 {
                compatible = "cache";
                cache-level = <2>;
+               cache-unified;
        };
 
        CPU_PW20: cpu-pw20 {