Commit c53beb47 authored by Jon Mason's avatar Jon Mason Committed by 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: default avatarJon Mason <jon.mason@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 4a590fbf
......@@ -47,7 +47,8 @@ chosen {
};
memory {
reg = <0x60000000 0x20000000>;
device_type = "memory";
reg = <0x60000000 0x80000000>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment