]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: mvebu: Fix memory size for Armada 370 DB
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 10 Jan 2013 12:15:14 +0000 (13:15 +0100)
committerJason Cooper <jason@lakedaemon.net>
Thu, 10 Jan 2013 19:16:51 +0000 (19:16 +0000)
Actually the Armada 370 DB (aka DB-88F6710-BP-DDR3) come with 1GB and
not 512MB.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-db.dts

index 00044026ef1f470bd6bc6eb85b3409d2c0bf6556..9b82facb2561cfdb1cbc9cda25f5021668752e4a 100644 (file)
@@ -26,7 +26,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x20000000>; /* 512 MB */
+               reg = <0x00000000 0x40000000>; /* 1 GB */
        };
 
        soc {