Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 271a3024 authored by Adam Ford's avatar Adam Ford Committed by Tony Lindgren
Browse files

ARM: dts: omap3: Fix memory node in Torpedo board



Commit ("766a1fe7 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: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 72bb40b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@
		};
	};

	memory@0 {
	memory@80000000 {
		device_type = "memory";
		reg = <0 0>;
		reg = <0x80000000 0>;
	};

	leds {