summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJon Mason <jon.mason@broadcom.com>2016-07-14 16:14:17 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-31 05:02:15 -0600
commite566ea9a220a6462768570dec44abd2ed46378b8 (patch)
tree73f15c864ba6f9227783d28ef2f75094ed84c5dd /arch
parent96e4f098bcc2a346568133c7d2a7bf561090a3f5 (diff)
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 <jon.mason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/bcm958625hr.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958625hr.dts b/arch/arm/boot/dts/bcm958625hr.dts
index 03b8bbeb694f..652418aa2700 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>;
};
};