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 <alealexpro100@ya.ru> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Cc: stable@vger.kernel.org Acked-by: Rafał Miłecki <rafal@milecki.pl> Link: https://lore.kernel.org/r/20230712014017.28123-1-ansuelsmth@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent e0c3f81 commit 91994e5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)