]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: fsl-ls1088a.dtsi: add an 'soc' node
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 15 Mar 2023 11:04:09 +0000 (13:04 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 4 Apr 2023 09:31:46 +0000 (17:31 +0800)
The u-boot dts for these boards do not have an soc node, unlike its
Linux counterpart. This patch just adds the soc node as seen in Linux,
the next patches will move some nodes under it.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-ls1088a.dtsi

index 9b7c54b260e21cfdc8673b18477de5e095ccaa35..36ec0ff51f2aa27ffd189283cd6e7dbc84c5db8b 100644 (file)
                             <1 10 0x8>; /* Hypervisor PPI, active-low */
        };
 
+       soc {
+               compatible = "simple-bus";
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+               dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
+
+       };
+
        i2c0: i2c@2000000 {
                compatible = "fsl,vf610-i2c";
                #address-cells = <1>;