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 /Documentation/devicetree | |
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 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/calxeda/mem-ctrlr.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/calxeda/mem-ctrlr.txt b/Documentation/devicetree/bindings/arm/calxeda/mem-ctrlr.txt index f770ac0893d4..049675944b78 100644 --- a/Documentation/devicetree/bindings/arm/calxeda/mem-ctrlr.txt +++ b/Documentation/devicetree/bindings/arm/calxeda/mem-ctrlr.txt @@ -1,7 +1,9 @@ Calxeda DDR memory controller Properties: -- compatible : Should be "calxeda,hb-ddr-ctrl" +- compatible : Should be: + - "calxeda,hb-ddr-ctrl" for ECX-1000 + - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000 - reg : Address and size for DDR controller registers. - interrupts : Interrupt for DDR controller. |