ARM: vexpress: Update TC2 memory to 2GB
authorJon Medhurst <tixy@linaro.org>
Tue, 26 Mar 2013 13:04:51 +0000 (13:04 +0000)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:44 +0000 (11:04 +0100)
All TC2 boards 'in the wild' will have 2GB of memory, so lets make it
all available.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts

index af457d15255ed03c2ff51a8562b3f45e44bb6103..2e720e976599ec0222bbc685368115dc0f2a5666 100644 (file)
 
        memory@80000000 {
                device_type = "memory";
-               reg = <0 0x80000000 0 0x40000000>;
+               reg = <0 0x80000000 0 0x80000000>;
        };
 
        wdt@2a490000 {