Skip to content

Commit

Permalink
ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 V2
Browse files Browse the repository at this point in the history
commit 91994e5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
alealexpro100 authored and gregkh committed Sep 19, 2023
1 parent 908f16a commit 0286d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts
Expand Up @@ -19,7 +19,8 @@

memory@0 {
device_type = "memory";
reg = <0x00000000 0x08000000>;
reg = <0x00000000 0x08000000>,
<0x88000000 0x08000000>;
};

gpio-keys {
Expand Down

0 comments on commit 0286d89

Please sign in to comment.