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: 9a4865d42f ("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>
This commit is contained in:
Jon Mason 2016-07-14 16:14:17 -04:00 committed by Florian Fainelli
parent 4a590fbfc3
commit c53beb47f6
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ chosen {
};
memory {
reg = <0x60000000 0x20000000>;
device_type = "memory";
reg = <0x60000000 0x80000000>;
};
};