ARM: dts: omap3: Fix memory node in Torpedo board
authorAdam Ford <aford173@gmail.com>
Fri, 21 Oct 2016 14:12:31 +0000 (09:12 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 7 Nov 2016 23:21:10 +0000 (16:21 -0700)
Commit ("766a1fe78fc3 ARM: omap3: Add missing memory node") added
the memory node, but the patch didn't have the correct starting address.

This patch fixes the correct starting address.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/logicpd-torpedo-som.dtsi

index 731ec37..8f9a69c 100644 (file)
@@ -13,9 +13,9 @@
                };
        };
 
-       memory@0 {
+       memory@80000000 {
                device_type = "memory";
-               reg = <0 0>;
+               reg = <0x80000000 0>;
        };
 
        leds {