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 678bb0358751eb741adbd2dcb2a96af57e6c63c7..9cbb31191cf92fd345e6908922fa68cf8a8eeed9 100644 (file)
@@ -47,6 +47,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index b9fd24cdc919beff2e75b0fe0e8d194465a563fb..f8acbefc805b2039ca47038b4d3b8239e505a5f8 100644 (file)
@@ -85,6 +85,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index a01e3cfec77fb9794d7fd8a61557cac963ad3881..50f68ca5a9af710eba8044f1f164142791cab0ec 100644 (file)
@@ -80,6 +80,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 1e5d76c4d83db04e127d7528b2fddb05de53849a..1aa38ed09aa4fa89c29f651d175e75c78593e079 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 c12c86915ec87df70563100c4ad2011a800cf1fb..8581ea55d2540f087e5944beafde9a16f1637db4 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 {