]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: ls1028a: remove /memory node
authorMichael Walle <michael@walle.cc>
Wed, 13 Oct 2021 16:14:01 +0000 (18:14 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
This node is some hodgepodge between the ddr controller node at SoC
offset 0x1080000 and some static memory size of 2GiB. Remove this bogus
node because it doesn't seem to be used at all.

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

index 53b052ed32710e786ef602e2aada1ae7b029a7d3..48f70c10d94d4ec3be615f3ff7a6dc06595db3bc 100644 (file)
                clocks = <&sysclk>;
        };
 
-       memory@01080000 {
-               device_type = "memory";
-               reg = <0x00000000 0x01080000 0 0x80000000>;
-                     /* DRAM space - 1, size : 2 GB DRAM */
-       };
-
        gic: interrupt-controller@6000000 {
                compatible = "arm,gic-v3";
                reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */