]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: NSP: Correct RAM amount for BCM958625HR board
authorJon Mason <jon.mason@broadcom.com>
Thu, 14 Jul 2016 20:14:17 +0000 (16:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2016 11:02:15 +0000 (05:02 -0600)
commit c53beb47f621e4a56f31af9f86470041655516c7 upstream.

The BCM958625HR board has 2GB of RAM available.  Increase the amount
from 512MB to 2GB and add the device type to the memory entry.

Fixes: 9a4865d42fe5 ("ARM: dts: NSP: Specify RAM amount for BCM958625HR board")
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/bcm958625hr.dts

index 03b8bbeb694fcb65c2abf5db7903b5094a9030dc..652418aa270012fb4be39566becb6a0b386f16f4 100644 (file)
@@ -47,7 +47,8 @@
        };
 
        memory {
-               reg = <0x60000000 0x20000000>;
+               device_type = "memory";
+               reg = <0x60000000 0x80000000>;
        };
 };