diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2016-11-09 12:43:04 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 10:59:30 +0100 |
commit | 3ac5eb914169a7169f5522799fbb0f90f1234c1c (patch) | |
tree | ebf384e0a18674ec86a1f192dc0107924ac25158 /target/linux/ipq806x/files | |
parent | bb8f5162fd76bba8a5bf661f674f4904259249f6 (diff) | |
download | upstream-3ac5eb914169a7169f5522799fbb0f90f1234c1c.tar.gz upstream-3ac5eb914169a7169f5522799fbb0f90f1234c1c.tar.bz2 upstream-3ac5eb914169a7169f5522799fbb0f90f1234c1c.zip |
ipq806x: fix Netgear R7500v2 memory
Netgear R7500v2 has 512MB of RAM with 2MB reserved block in the end of memory region.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts index 079f5e8bf5..869712d41c 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-r7500v2.dts @@ -7,7 +7,7 @@ compatible = "netgear,r7500v2", "qcom,ipq8064"; memory@0 { - reg = <0x42000000 0xe000000>; + reg = <0x42000000 0x1e000000>; device_type = "memory"; }; @@ -19,6 +19,11 @@ reg = <0x41200000 0x300000>; no-map; }; + + rsvd@5fe00000 { + reg = <0x5fe00000 0x200000>; + reusable; + }; }; aliases { |