projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a590fb
)
ARM: dts: NSP: Correct RAM amount for BCM958625HR board
author
Jon Mason
<jon.mason@broadcom.com>
Thu, 14 Jul 2016 20:14:17 +0000
(16:14 -0400)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Mon, 8 Aug 2016 18:07:29 +0000
(11:07 -0700)
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>
arch/arm/boot/dts/bcm958625hr.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/bcm958625hr.dts
b/arch/arm/boot/dts/bcm958625hr.dts
index 4239e58cf97fccc7d0b2bf625e8d28e22104a164..4caa8fa7dfee302265921034572589ef0381486f 100644
(file)
--- 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>;
};
};