From: Jon Mason Date: Thu, 14 Jul 2016 20:14:17 +0000 (-0400) Subject: ARM: dts: NSP: Correct RAM amount for BCM958625HR board X-Git-Tag: v4.8.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e566ea9a220a6462768570dec44abd2ed46378b8;p=thirdparty%2Fkernel%2Fstable.git ARM: dts: NSP: Correct RAM amount for BCM958625HR board 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 Signed-off-by: Florian Fainelli Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/bcm958625hr.dts b/arch/arm/boot/dts/bcm958625hr.dts index 03b8bbeb694fc..652418aa27001 100644 --- a/arch/arm/boot/dts/bcm958625hr.dts +++ b/arch/arm/boot/dts/bcm958625hr.dts @@ -47,7 +47,8 @@ }; memory { - reg = <0x60000000 0x20000000>; + device_type = "memory"; + reg = <0x60000000 0x80000000>; }; };