arm64: dts: socionext: add missing cache properties
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Oct 2023 02:12:21 +0000 (11:12 +0900)
committerArnd Bergmann <arnd@arndb.de>
Mon, 23 Oct 2023 19:11:53 +0000 (21:11 +0200)
As all level 2 and level 3 caches are unified, add required
cache-unified property to fix warnings like:

  uniphier-ld11-ref.dtb: l2-cache: 'cache-unified' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20231023021221.2884828-3-hayashi.kunihiko@socionext.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

index 54e58d945fd773c616c2cf317d9540d403e3d033..4680571c264d800b7ca3f45ef02137117f7e6256 100644 (file)
@@ -53,6 +53,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 18390cba2eda0571fb029a69afc3eafa2fc945f2..335093da6573129a640ff5875039d2306c26bdbc 100644 (file)
                a72_l2: l2-cache0 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
 
                a53_l2: l2-cache1 {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };
 
index 56e03790081863df3bae5a06f3a85fb0239e2d88..d6e3cc6fdb25e825dbead3c1a1b58fd43b7fedd3 100644 (file)
@@ -84,6 +84,7 @@
                l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
+                       cache-unified;
                };
        };