bcm53xx: support all RAM on devices with more than 128 MiB (HIGHMEM)
[openwrt.git] / target / linux / bcm53xx / patches-3.14 / 306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch
1 From 36b2fbb3badf0e32b371e1f7579a95d4fe25c0e1 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
3 Date: Wed, 14 Jan 2015 09:13:58 +0100
4 Subject: [PATCH] ARM: BCM5301X: Specify RAM on devices by including HIGHMEM
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
10 ---
11  arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts  | 3 ++-
12  arch/arm/boot/dts/bcm4708-netgear-r6250.dts        | 3 ++-
13  arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts     | 3 ++-
14  arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts        | 3 ++-
15  arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 3 ++-
16  5 files changed, 10 insertions(+), 5 deletions(-)
17
18 diff --git a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
19 index 52f1752..d772f54 100644
20 --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
21 +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
22 @@ -20,7 +20,8 @@
23         };
24  
25         memory {
26 -               reg = <0x00000000 0x08000000>;
27 +               reg = <0x00000000 0x08000000
28 +                      0x88000000 0x18000000>;
29         };
30  
31         chipcommonA {
32 diff --git a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
33 index 70a1093..aaafa4a 100644
34 --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
35 +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
36 @@ -20,7 +20,8 @@
37         };
38  
39         memory {
40 -               reg = <0x00000000 0x08000000>;
41 +               reg = <0x00000000 0x08000000
42 +                      0x88000000 0x08000000>;
43         };
44  
45         chipcommonA {
46 diff --git a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
47 index 257d6da..d52dce9 100644
48 --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
49 +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
50 @@ -20,7 +20,8 @@
51         };
52  
53         memory {
54 -               reg = <0x00000000 0x08000000>;
55 +               reg = <0x00000000 0x08000000
56 +                      0x88000000 0x08000000>;
57         };
58  
59         chipcommonA {
60 diff --git a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
61 index a010fec..819e2c4 100644
62 --- a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
63 +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
64 @@ -20,7 +20,8 @@
65         };
66  
67         memory {
68 -               reg = <0x00000000 0x08000000>;
69 +               reg = <0x00000000 0x08000000
70 +                      0x88000000 0x08000000>;
71         };
72  
73         chipcommonA {
74 diff --git a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
75 index 0b4bf00..aa2a5e9 100644
76 --- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
77 +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
78 @@ -20,7 +20,8 @@
79         };
80  
81         memory {
82 -               reg = <0x00000000 0x08000000>;
83 +               reg = <0x00000000 0x08000000
84 +                      0x88000000 0x08000000>;
85         };
86  
87         chipcommonA {
88 -- 
89 1.8.4.5
90