[PATCH] arm: mvebu: Fix the memory size on the Mirabox
Ryan Press
ryan at presslab.us
Fri Mar 29 13:51:17 EDT 2013
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 at 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
More information about the linux-arm-kernel
mailing list