Skip to content

Commit

Permalink
ARM: dts: NSP: Fix amount of RAM on BCM958625HR
Browse files Browse the repository at this point in the history
Jon attempted to fix the amount of RAM on the BCM958625HR in commit
c53beb4 ("ARM: dts: NSP: Correct RAM amount for BCM958625HR board")
but it seems like we tripped over some poorly documented schematics.

The top-level page of the schematics says the board has 2GB, but when
you end-up scrolling to page 6, you see two chips of 4GBit (512MB) but
what the bootloader really initializes only 512MB, any attempt to use
more than that results in data aborts. Fix this again back to 512MB.

Fixes: c53beb4 ("ARM: dts: NSP: Correct RAM amount for BCM958625HR board")
Acked-by: Jon Mason <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli committed Feb 28, 2018
1 parent 77ee2e1 commit 0a5aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm958625hr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

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

gpio-restart {
Expand Down

0 comments on commit 0a5aff6

Please sign in to comment.