projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f5701
)
ARM: dts: update memory size on brownstone
author
Haojian Zhuang
<
[email protected]
>
Tue, 5 Jun 2012 08:42:38 +0000
(16:42 +0800)
committer
Haojian Zhuang
<
[email protected]
>
Tue, 5 Jun 2012 08:42:38 +0000
(16:42 +0800)
The memory size on brownstone should be 128MB, not 64MB.
Signed-off-by: Haojian Zhuang <
[email protected]
>
arch/arm/boot/dts/mmp2-brownstone.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mmp2-brownstone.dts
b/arch/arm/boot/dts/mmp2-brownstone.dts
index 153a4b2d12b58093d8be229587319523bbcf255e..c9b4f27d191e1c61c7099da10910b69d24c34b8d 100644
(file)
--- a/
arch/arm/boot/dts/mmp2-brownstone.dts
+++ b/
arch/arm/boot/dts/mmp2-brownstone.dts
@@
-11,7
+11,7
@@
/include/ "mmp2.dtsi"
/ {
- model = "Marvell MMP2
Aspenit
e Development Board";
+ model = "Marvell MMP2
Brownston
e Development Board";
compatible = "mrvl,mmp2-brownstone", "mrvl,mmp2";
chosen {
@@
-19,7
+19,7
@@
};
memory {
- reg = <0x00000000 0x0
4
000000>;
+ reg = <0x00000000 0x0
8
000000>;
};
soc {