arm64: dts: broadcom: add missing cache properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 21 Apr 2023 22:32:08 +0000 (00:32 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 8 May 2023 18:23:53 +0000 (11:23 -0700)
As all level 2 and level 3 caches are unified, add required
cache-unified properties to fix warnings like:

  bcm94908.dtb: l2-cache0: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20230421223208.115555-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi
arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi
arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi
arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi
arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi
arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index 457805e..f549bda 100644 (file)
@@ -64,6 +64,7 @@
                l2: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 46aa8c0..d658c81 100644 (file)
@@ -52,6 +52,7 @@
                L2_0: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 7020f2e..4f474d4 100644 (file)
@@ -36,6 +36,7 @@
                L2_0: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 6a0242c..909f254 100644 (file)
@@ -52,6 +52,7 @@
                L2_0: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 1a12905..685ae32 100644 (file)
@@ -52,6 +52,7 @@
                L2_0: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index f41ebc3..820553c 100644 (file)
@@ -36,6 +36,7 @@
                L2_0: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index fa2688f..0eb93c2 100644 (file)
@@ -51,6 +51,7 @@
                L2_0: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index e1b80e5..9dcd25e 100644 (file)
@@ -80,6 +80,7 @@
                CLUSTER0_L2: l2-cache@0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 388424b..7aece79 100644 (file)
                CLUSTER0_L2: l2-cache@0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
 
                CLUSTER1_L2: l2-cache@100 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
 
                CLUSTER2_L2: l2-cache@200 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
 
                CLUSTER3_L2: l2-cache@300 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };