1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Adam Ford 2016-10-21 09:12:31 -05:00 committed by Tony Lindgren
parent 72bb40b8b7
commit 271a3024db
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
};
};
memory@0 {
memory@80000000 {
device_type = "memory";
reg = <0 0>;
reg = <0x80000000 0>;
};
leds {