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

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl.dtsi
arch/arm64/boot/dts/freescale/imx8ulp.dtsi

index 70fadd7..792b722 100644 (file)
@@ -60,6 +60,7 @@
                A35_L2: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 32193a4..57627bd 100644 (file)
@@ -52,6 +52,7 @@
                A35_L2: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };