Skip to content

Commit 11d5993

Browse files
gclementJason Cooper
authored andcommitted
arm: mvebu: Fix memory size for Armada 370 DB
Actually the Armada 370 DB (aka DB-88F6710-BP-DDR3) come with 1GB and not 512MB. Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
1 parent 9e1c96e commit 11d5993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/armada-370-db.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
memory {
2828
device_type = "memory";
29-
reg = <0x00000000 0x20000000>; /* 512 MB */
29+
reg = <0x00000000 0x40000000>; /* 1 GB */
3030
};
3131

3232
soc {

0 commit comments

Comments
 (0)