Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Adam Ford and committed by
Tony Lindgren
271a3024 72bb40b8

+2 -2
+2 -2
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
··· 13 13 }; 14 14 }; 15 15 16 - memory@0 { 16 + memory@80000000 { 17 17 device_type = "memory"; 18 - reg = <0 0>; 18 + reg = <0x80000000 0>; 19 19 }; 20 20 21 21 leds {