diff options
author | Jayachandran C <jchandra@broadcom.com> | 2013-08-11 05:13:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-03 17:22:18 -0400 |
commit | 4f848ba5a041a4c52a501a0ffdd7ec62fae69762 (patch) | |
tree | f75a289068bd97e5590b22015193f1f0dc5e27f9 /arch/mips/netlogic | |
parent | a2ba6cd6e65bf96059632ed2fe48a7a0f5aea472 (diff) |
MIPS: Netlogic: Remove memory section from built-in DT
Do not pass a memory section in the built-in DTB, and let the
boot code use the values from the DRAM BARs.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5699/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic')
-rw-r--r-- | arch/mips/netlogic/dts/xlp_evp.dts | 7 | ||||
-rw-r--r-- | arch/mips/netlogic/dts/xlp_svp.dts | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/netlogic/dts/xlp_evp.dts b/arch/mips/netlogic/dts/xlp_evp.dts index 06407033678e..7862a6f0a37e 100644 --- a/arch/mips/netlogic/dts/xlp_evp.dts +++ b/arch/mips/netlogic/dts/xlp_evp.dts | |||
@@ -9,13 +9,6 @@ | |||
9 | #address-cells = <2>; | 9 | #address-cells = <2>; |
10 | #size-cells = <2>; | 10 | #size-cells = <2>; |
11 | 11 | ||
12 | memory { | ||
13 | device_type = "memory"; | ||
14 | reg = <0 0x00100000 0 0x0FF00000 // 255M at 1M | ||
15 | 0 0x20000000 0 0xa0000000 // 2560M at 512M | ||
16 | 0 0xe0000000 1 0x00000000>; | ||
17 | }; | ||
18 | |||
19 | soc { | 12 | soc { |
20 | #address-cells = <2>; | 13 | #address-cells = <2>; |
21 | #size-cells = <1>; | 14 | #size-cells = <1>; |
diff --git a/arch/mips/netlogic/dts/xlp_svp.dts b/arch/mips/netlogic/dts/xlp_svp.dts index 9c5db102df53..5aba17e7f200 100644 --- a/arch/mips/netlogic/dts/xlp_svp.dts +++ b/arch/mips/netlogic/dts/xlp_svp.dts | |||
@@ -9,13 +9,6 @@ | |||
9 | #address-cells = <2>; | 9 | #address-cells = <2>; |
10 | #size-cells = <2>; | 10 | #size-cells = <2>; |
11 | 11 | ||
12 | memory { | ||
13 | device_type = "memory"; | ||
14 | reg = <0 0x00100000 0 0x0FF00000 // 255M at 1M | ||
15 | 0 0x20000000 0 0xa0000000 // 2560M at 512M | ||
16 | 0 0xe0000000 0 0x40000000>; | ||
17 | }; | ||
18 | |||
19 | soc { | 12 | soc { |
20 | #address-cells = <2>; | 13 | #address-cells = <2>; |
21 | #size-cells = <1>; | 14 | #size-cells = <1>; |