Skip to content

Commit c53beb4

Browse files
Jon Masonffainelli
authored andcommitted
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: 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>
1 parent 4a590fb commit c53beb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/bcm958625hr.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
};
4848

4949
memory {
50-
reg = <0x60000000 0x20000000>;
50+
device_type = "memory";
51+
reg = <0x60000000 0x80000000>;
5152
};
5253
};
5354

0 commit comments

Comments
 (0)