linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: Fix the memory size on the Mirabox
@ 2013-03-29 17:51 Ryan Press
  2013-03-29 18:04 ` Jason Cooper
  0 siblings, 1 reply; 12+ messages in thread
From: Ryan Press @ 2013-03-29 17:51 UTC (permalink / raw)
  To: linux-arm-kernel

The memory size in the device tree is only 512 MB, but the
Mirabox actually has 1 GB.

Tested the change with memtester and no problems found.

Signed-off-by: Ryan Press <ryan@presslab.us>
---
 arch/arm/boot/dts/armada-370-mirabox.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/armada-370-mirabox.dts b/arch/arm/boot/dts/armada-370-mirabox.dts
index dd0c57d..cfe3dd2 100644
--- a/arch/arm/boot/dts/armada-370-mirabox.dts
+++ b/arch/arm/boot/dts/armada-370-mirabox.dts
@@ -21,7 +21,7 @@
 
 	memory {
 		device_type = "memory";
-		reg = <0x00000000 0x20000000>; /* 512 MB */
+		reg = <0x00000000 0x40000000>; /* 1 GB */
 	};
 
 	soc {
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-04-04 13:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 17:51 [PATCH] arm: mvebu: Fix the memory size on the Mirabox Ryan Press
2013-03-29 18:04 ` Jason Cooper
2013-03-29 18:09   ` Ryan Press
2013-03-29 19:37     ` Ezequiel Garcia
2013-03-29 19:44       ` Jason Cooper
2013-03-30  3:30         ` Ryan Press
2013-03-30 19:20           ` Jason Cooper
2013-03-30 19:28             ` Jason Cooper
2013-03-30 19:40             ` Ryan Press
2013-03-30 20:12               ` Jason Cooper
2013-04-03 10:46       ` Thomas Petazzoni
2013-04-04 13:55       ` Gregory CLEMENT

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).