diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-07-23 23:04:44 +0400 |
---|---|---|
committer | Robert Richter <rric@kernel.org> | 2013-11-05 03:01:05 +0400 |
commit | 982ac2a7b757708845df4339243a91ba180a5744 (patch) | |
tree | e366d9410351cdafbbe712aac71c552a1a3e35c9 /arch/arm/boot/dts/ecx-2000.dts | |
parent | a72b8859fd3941cc1d2940d5c43026d2c6fb959e (diff) | |
download | linux-982ac2a7b757708845df4339243a91ba180a5744.tar.xz |
ARM: dts: calxeda: move memory-controller node out of ecx-common.dtsi
The DDR controller is slightly different in ECX-2000 and ECX-1000, so we
need to have different nodes for each platform.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
[Device Tree documentation updated.]
Signed-off-by: Robert Richter <rric@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ecx-2000.dts')
-rw-r--r-- | arch/arm/boot/dts/ecx-2000.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ecx-2000.dts b/arch/arm/boot/dts/ecx-2000.dts index 139b40cc3a23..2ccbb57fbfa8 100644 --- a/arch/arm/boot/dts/ecx-2000.dts +++ b/arch/arm/boot/dts/ecx-2000.dts @@ -85,6 +85,12 @@ <1 10 0xf08>; }; + memory-controller@fff00000 { + compatible = "calxeda,ecx-2000-ddr-ctrl"; + reg = <0xfff00000 0x1000>; + interrupts = <0 91 4>; + }; + intc: interrupt-controller@fff11000 { compatible = "arm,cortex-a15-gic"; #interrupt-cells = <3>; |