arm: dts: ls1028a: add an empty /soc
authorMichael Walle <michael@walle.cc>
Wed, 13 Oct 2021 16:14:03 +0000 (18:14 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
To keep the device tree similar to the linux kernel one, we need to move
all CCSR related devices into the /soc node. To keep the patches easy to
review, we initially add an empty /soc node and populate it piece by
piece.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi
arch/arm/dts/fsl-ls1028a.dtsi

index a501cec..0b1afe3 100644 (file)
        u-boot,dm-pre-reloc;
 };
 
+&soc {
+       u-boot,dm-pre-reloc;
+};
+
 &sysclk {
        u-boot,dm-pre-reloc;
 };
index 48f70c1..1f562cf 100644 (file)
                compatible = "arm,sp805-wdt";
                reg = <0x0 0xc000000 0x0 0x1000>;
        };
+
+       soc: soc {
+               compatible = "simple-bus";
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+       };
 };