projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a0ae1
)
ARM: dts: NSP: Specify RAM amount for BCM958625HR board
author
Florian Fainelli
<f.fainelli@gmail.com>
Wed, 29 Jun 2016 01:04:21 +0000
(18:04 -0700)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Thu, 7 Jul 2016 02:42:43 +0000
(19:42 -0700)
Add 512MB of memory starting at physical offset 0x6000_0000.
Fixes: 65e9ac208c8e ("ARM: dts: NSP: Add new DT file for bcm958625hr")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm958625hr.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm958625hr.dts
b/arch/arm/boot/dts/bcm958625hr.dts
index d82cc96db195c9d3ef926d6863935548f6f276e4..03b8bbeb694fcb65c2abf5db7903b5094a9030dc 100644
(file)
--- a/
arch/arm/boot/dts/bcm958625hr.dts
+++ b/
arch/arm/boot/dts/bcm958625hr.dts
@@
-45,6
+45,10
@@
chosen {
stdout-path = "serial0:115200n8";
};
+
+ memory {
+ reg = <0x60000000 0x20000000>;
+ };
};
&nand {