ARM: dts: meson: move the L2 cache-controller inside the SoC node
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 15 Aug 2020 18:22:23 +0000 (20:22 +0200)
committerKevin Hilman <khilman@baylibre.com>
Mon, 24 Aug 2020 21:15:36 +0000 (14:15 -0700)
All IO mapped SoC peripherals should be within the "soc" node. Move the
L2 cache-controller there as well since it's the only one not following
this pattern.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20200815182223.408965-1-martin.blumenstingl@googlemail.com
arch/arm/boot/dts/meson.dtsi

index eadb0832bcfc94e903ca7d0cc78ea83f29cd9a48..7649dd1e0b9ee5cd6aa67d0a8ef48a3f80e08a84 100644 (file)
        #size-cells = <1>;
        interrupt-parent = <&gic>;
 
-       L2: cache-controller@c4200000 {
-               compatible = "arm,pl310-cache";
-               reg = <0xc4200000 0x1000>;
-               cache-unified;
-               cache-level = <2>;
-       };
-
        soc {
                compatible = "simple-bus";
                #address-cells = <1>;
                        };
                };
 
+               L2: cache-controller@c4200000 {
+                       compatible = "arm,pl310-cache";
+                       reg = <0xc4200000 0x1000>;
+                       cache-unified;
+                       cache-level = <2>;
+               };
+
                periph: bus@c4300000 {
                        compatible = "simple-bus";
                        reg = <0xc4300000 0x10000>;