]> Git Repo - linux.git/commitdiff
ARM: dts: arm-realview: Align L2 cache-controller nodename with dtschema
authorKrzysztof Kozlowski <[email protected]>
Fri, 26 Jun 2020 08:05:34 +0000 (10:05 +0200)
committerLinus Walleij <[email protected]>
Tue, 7 Jul 2020 12:44:35 +0000 (14:44 +0200)
Fix dtschema validator warnings like:
    l2-cache: $nodename:0: 'l2-cache' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
arch/arm/boot/dts/arm-realview-eb-mp.dtsi
arch/arm/boot/dts/arm-realview-pb1176.dts
arch/arm/boot/dts/arm-realview-pb11mp.dts
arch/arm/boot/dts/arm-realview-pbx-a9.dts

index 29b636fce23f3efe6681d9f5cd1f873bb337470e..26783d053ac7fdf5dee9661a8923af7c20b9a39e 100644 (file)
@@ -59,7 +59,7 @@
                        interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               L2: l2-cache {
+               L2: cache-controller {
                        compatible = "arm,l220-cache";
                        reg = <0x1f002000 0x1000>;
                        interrupt-parent = <&intc>;
index 2625ce66f8e7e64d45d869f25bd6d0c17a430e9a..f925782f8560407139b1d5a666e5cfbe3928e2ab 100644 (file)
                              <0x10120000 0x100>;
                };
 
-               L2: l2-cache {
+               L2: cache-controller {
                        compatible = "arm,l220-cache";
                        reg = <0x10110000 0x1000>;
                        interrupt-parent = <&intc_dc1176>;
index c69cf7ddbe614aa091b95f0e44f81e1d0b59fc63..9748e0fe800fc96451408e92c1203bdb6b362987 100644 (file)
@@ -92,7 +92,7 @@
                      <0x1f000100 0x100>;
        };
 
-       L2: l2-cache {
+       L2: cache-controller {
                compatible = "arm,l220-cache";
                reg = <0x1f002000 0x1000>;
                interrupt-parent = <&intc_tc11mp>;
index 90d00b407f851dfce2706d8e85bb436ac39a3921..85d3968fbb91714e0ec3cdadd504b9a035934f65 100644 (file)
@@ -60,7 +60,7 @@
                };
        };
 
-       L2: l2-cache {
+       L2: cache-controller {
                compatible = "arm,pl310-cache";
                reg = <0x1f002000 0x1000>;
                cache-unified;
This page took 0.09335 seconds and 4 git commands to generate.