summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/bcm958625hr.dts
diff options
context:
space:
mode:
authorJon Mason <jon.mason@broadcom.com>2016-07-14 16:14:17 -0400
committerFlorian Fainelli <f.fainelli@gmail.com>2016-08-08 11:07:29 -0700
commitc53beb47f621e4a56f31af9f86470041655516c7 (patch)
treeb70ba7f8c31694ef921ab7047b8dbb1a32be6eaa /arch/arm/boot/dts/bcm958625hr.dts
parent4a590fbfc353bab3bb501850a4d81b79dc8dda87 (diff)
ARM: dts: NSP: Correct RAM amount for BCM958625HR board
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm958625hr.dts')
-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 4239e58cf97f..4caa8fa7dfee 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>;
};
};