068d676962814adb2829371dd549994acd31bc9e
[openwrt/staging/hauke.git] / target / linux / bcm53xx / patches-6.1 / 315-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch
1 From e492f69e4da879db7b3e9a2290e5b6620f1335b5 Mon Sep 17 00:00:00 2001
2 From: Aleksey Nasibulin <alealexpro100@ya.ru>
3 Date: Thu, 13 Oct 2022 08:16:51 +0000
4 Subject: [PATCH] ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys
5 EA6500 V2
6
7 Linksys ea6500-v2 have 256MB of ram. Currently we only use 128MB.
8 Expand the definition to use all the available RAM.
9
10 Fixes: 03e96644d7a8 ("ARM: dts: BCM5301X: Add basic DT for Linksys EA6500 V2")
11 Signed-off-by: Aleksey Nasibulin <alealexpro100@ya.ru>
12 ---
13 arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 --- a/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts
17 +++ b/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts
18 @@ -19,7 +19,8 @@
19
20 memory@0 {
21 device_type = "memory";
22 - reg = <0x00000000 0x08000000>;
23 + reg = <0x00000000 0x08000000>,
24 + <0x88000000 0x08000000>;
25 };
26
27 gpio-keys {