提交 c53beb47 编写于 作者: J Jon Mason 提交者: Florian Fainelli

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: 9a4865d4 ("ARM: dts: NSP: Specify RAM amount for BCM958625HR board")
Signed-off-by: NJon Mason <jon.mason@broadcom.com>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 4a590fbf
......@@ -47,7 +47,8 @@ chosen {
};
memory {
reg = <0x60000000 0x20000000>;
device_type = "memory";
reg = <0x60000000 0x80000000>;
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册