]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: fsl-lx2160a.dtsi: add an 'soc' node
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 15 Mar 2023 11:04:14 +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-lx2160a.dtsi

index 57c7d3ef71111d67f337870f16cc9e479bfb1990..08f160f6989f776cef6e7cfbf98fe42bdb12df54 100644 (file)
                clock-output-names = "sysclk";
        };
 
+       soc {
+               compatible = "simple-bus";
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+               dma-ranges = <0x0 0x0 0x0 0x0 0x10000 0x00000000>;
+       };
+
        crypto: crypto@8000000 {
                compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
                fsl,sec-era = <10>;