Skip to content

Commit 91994e5

Browse files
alealexpro100ffainelli
authored andcommitted
ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2
Linksys ea6500-v2 have 256MB of ram. Currently we only use 128MB. Expand the definition to use all the available RAM. Fixes: 03e9664 ("ARM: dts: BCM5301X: Add basic DT for Linksys EA6500 V2") Signed-off-by: Aleksey Nasibulin <[email protected]> Signed-off-by: Christian Marangi <[email protected]> Cc: [email protected] Acked-by: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent e0c3f81 commit 91994e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
memory@0 {
2121
device_type = "memory";
22-
reg = <0x00000000 0x08000000>;
22+
reg = <0x00000000 0x08000000>,
23+
<0x88000000 0x08000000>;
2324
};
2425

2526
gpio-keys {

0 commit comments

Comments
 (0)