Skip to content

Commit

Permalink
ARM: dts: NSP: Correct RAM amount for BCM958625HR board
Browse files Browse the repository at this point in the history
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: 9a4865d ("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>
  • Loading branch information
Jon Mason authored and Florian Fainelli committed Aug 8, 2016
1 parent 4a590fb commit c53beb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/bcm958625hr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
};

memory {
reg = <0x60000000 0x20000000>;
device_type = "memory";
reg = <0x60000000 0x80000000>;
};
};

Expand Down

0 comments on commit c53beb4

Please sign in to comment.