]> xenbits.xensource.com Git - people/sstabellini/linux-pvhvm-deprecated.git/commitdiff
arm: vexpress: increase RAM in AEM device tree
authorDavid Vrabel <david.vrabel@citrix.com>
Wed, 8 Feb 2012 15:58:29 +0000 (15:58 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Wed, 8 Feb 2012 15:58:29 +0000 (15:58 +0000)
The versatile express model has 4 GiB of RAM of which 2 GiB is
accessible to non-LPAE kernels.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/arm/boot/dts/vexpress-v2p-aem-v7a.dts

index 66679363b3e1a857d11408f4bfc15d39914d7a7b..f94bfc3bc33be3c708a4cde0ed7a370dd70c6329 100644 (file)
@@ -35,7 +35,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0x80000000 0x40000000>;
+               reg = <0x80000000 0x80000000>;
        };
 
        gic: interrupt-controller@2c001000 {