kernel: bump 5.15 to 5.15.134
[openwrt/staging/jow.git] / target / linux / bcm53xx / patches-6.1 / 032-v6.6-0008-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-Linksy.patch
1 From 91994e59079dcb455783d3f9ea338eea6f671af3 Mon Sep 17 00:00:00 2001
2 From: Aleksey Nasibulin <alealexpro100@ya.ru>
3 Date: Wed, 12 Jul 2023 03:40:17 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys
5 EA6500 V2
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 Linksys ea6500-v2 have 256MB of ram. Currently we only use 128MB.
11 Expand the definition to use all the available RAM.
12
13 Fixes: 03e96644d7a8 ("ARM: dts: BCM5301X: Add basic DT for Linksys EA6500 V2")
14 Signed-off-by: Aleksey Nasibulin <alealexpro100@ya.ru>
15 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
16 Cc: stable@vger.kernel.org
17 Acked-by: Rafał Miłecki <rafal@milecki.pl>
18 Link: https://lore.kernel.org/r/20230712014017.28123-1-ansuelsmth@gmail.com
19 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
20 ---
21 arch/arm/boot/dts/broadcom/bcm4708-linksys-ea6500-v2.dts | 3 ++-
22 1 file changed, 2 insertions(+), 1 deletion(-)
23
24 --- a/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts
25 +++ b/arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts
26 @@ -19,7 +19,8 @@
27
28 memory@0 {
29 device_type = "memory";
30 - reg = <0x00000000 0x08000000>;
31 + reg = <0x00000000 0x08000000>,
32 + <0x88000000 0x08000000>;
33 };
34
35 gpio-keys {