Skip to content

Commit

Permalink
ARM: dts: OMAP2420: Correct H4 board memory size
Browse files Browse the repository at this point in the history
The system memory node for the OMAP2420 H4 was incorrectly defined as
start address followed by end address, instead of start address and
size. No noticable side-effects were observed but fix this for
correctness.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Jon Hunter authored and Tony Lindgren committed Dec 14, 2012
1 parent 63b6890 commit d695c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap2420-h4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

memory {
device_type = "memory";
reg = <0x80000000 0x84000000>; /* 64 MB */
reg = <0x80000000 0x4000000>; /* 64 MB */
};
};

0 comments on commit d695c82

Please sign in to comment.