aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Nasibulin <[email protected]>2023-07-12 03:40:17 +0200
committerFlorian Fainelli <[email protected]>2023-07-12 10:23:56 -0700
commit91994e59079dcb455783d3f9ea338eea6f671af3 (patch)
treeac6d287fd7ed6ba2a9739aaa5bb8470d007f3724
parente0c3f81b45b7450b123ff73b5e63ff44d40c4c98 (diff)
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: 03e96644d7a8 ("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]>
-rw-r--r--arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts b/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts
index f1412ba83def..0454423fe166 100644
--- a/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts
+++ b/arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts
@@ -19,7 +19,8 @@
memory@0 {
device_type = "memory";
- reg = <0x00000000 0x08000000>;
+ reg = <0x00000000 0x08000000>,
+ <0x88000000 0x08000000>;
};
gpio-keys {