summaryrefslogtreecommitdiff
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2012-12-14 20:34:18 (GMT)
committerTony Lindgren <tony@atomide.com>2012-12-14 22:49:53 (GMT)
commitd695c82f250237f5bb1dba85cfc292fdf2b661ed (patch)
treea8fa8f0acd16d516ba477366d9123758dfb302ba /arch/arm/boot
parent63b68901dfd590cc13d4fe5c08dec2ca75b3c4aa (diff)
downloadlinux-fsl-qoriq-d695c82f250237f5bb1dba85cfc292fdf2b661ed.tar.xz
ARM: dts: OMAP2420: Correct H4 board memory size
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/omap2420-h4.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap2420-h4.dts b/arch/arm/boot/dts/omap2420-h4.dts
index 77b84e1..9b0d077 100644
--- a/arch/arm/boot/dts/omap2420-h4.dts
+++ b/arch/arm/boot/dts/omap2420-h4.dts
@@ -15,6 +15,6 @@
memory {
device_type = "memory";
- reg = <0x80000000 0x84000000>; /* 64 MB */
+ reg = <0x80000000 0x4000000>; /* 64 MB */
};
};