]> xenbits.xensource.com Git - people/julieng/linux-arm.git/commitdiff
DTS: Increase default memory to 15 GB
authorTirumalesh Chalamarla <tchalamarla@cavium.com>
Tue, 18 Nov 2014 01:06:29 +0000 (17:06 -0800)
committerJulien Grall <julien.grall@citrix.com>
Mon, 28 Sep 2015 11:05:17 +0000 (12:05 +0100)
Increase default system meory to 15GB.

Signed-off-by: Tirumalesh Chalamarla <tchalamarla@cavium.com>
Signed-off-by: Vadim Lomovtsev <Vadim.Lomovtsev@caviumnetworks.com>
arch/arm64/boot/dts/cavium/thunder-88xx.dts

index 800ba65991f79c95bcf647ae9840d568e68419f6..38428dd57f577cb50a7f130bdf40a6445f48f2ba 100644 (file)
@@ -62,6 +62,6 @@
 
        memory@00000000 {
                device_type = "memory";
-               reg = <0x0 0x00000000 0x0 0x80000000>;
+               reg = <0x0 0x00000000 0x3 0xc0000000>;
        };
 };