]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arch: arm: dst: fsl-ls2080a.dtsi: add an 'soc' node
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 28 Feb 2023 16:32:08 +0000 (18:32 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 14 Mar 2023 10:56:28 +0000 (18:56 +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>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-ls2080a.dtsi

index a1837454f43de62db5bbb851f0a5006a96e6adc3..77fec065584b75488491359c9d433458171ddc54 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>;
+
+       };
+
        serial0: serial@21c0500 {
                device_type = "serial";
                compatible = "fsl,ns16550", "ns16550a";