]> Git Repo - linux.git/commitdiff
arm64: dts: socionext: add missing cache properties
authorKrzysztof Kozlowski <[email protected]>
Mon, 23 Oct 2023 02:12:21 +0000 (11:12 +0900)
committerArnd Bergmann <[email protected]>
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 <[email protected]>
Signed-off-by: Kunihiko Hayashi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
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;
                };
        };
 
This page took 0.059095 seconds and 4 git commands to generate.