aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc836x_mds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-09-23 23:05:10 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-09-23 23:05:10 -0400
commitaeb42762b8f12d2d1833fcc169ba0cd14ea30cc3 (patch)
tree8897460cc0822e5aa5d87da17174c1c0adf554a9 /arch/powerpc/boot/dts/mpc836x_mds.dts
parent68e1ee62f0f8e556642a59ebaf0c2cc2ac6ccfa6 (diff)
powerpc/83xx: Add missing cell-index to dma-channel device nodes
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc836x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc836x_mds.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts
index ada8446ab3c6..49aec71916e5 100644
--- a/arch/powerpc/boot/dts/mpc836x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc836x_mds.dts
@@ -148,24 +148,28 @@
148 dma-channel@0 { 148 dma-channel@0 {
149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 149 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
150 reg = <0 0x80>; 150 reg = <0 0x80>;
151 cell-index = <0>;
151 interrupt-parent = <&ipic>; 152 interrupt-parent = <&ipic>;
152 interrupts = <71 8>; 153 interrupts = <71 8>;
153 }; 154 };
154 dma-channel@80 { 155 dma-channel@80 {
155 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 156 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
156 reg = <0x80 0x80>; 157 reg = <0x80 0x80>;
158 cell-index = <1>;
157 interrupt-parent = <&ipic>; 159 interrupt-parent = <&ipic>;
158 interrupts = <71 8>; 160 interrupts = <71 8>;
159 }; 161 };
160 dma-channel@100 { 162 dma-channel@100 {
161 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 163 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
162 reg = <0x100 0x80>; 164 reg = <0x100 0x80>;
165 cell-index = <2>;
163 interrupt-parent = <&ipic>; 166 interrupt-parent = <&ipic>;
164 interrupts = <71 8>; 167 interrupts = <71 8>;
165 }; 168 };
166 dma-channel@180 { 169 dma-channel@180 {
167 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; 170 compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
168 reg = <0x180 0x28>; 171 reg = <0x180 0x28>;
172 cell-index = <3>;
169 interrupt-parent = <&ipic>; 173 interrupt-parent = <&ipic>;
170 interrupts = <71 8>; 174 interrupts = <71 8>;
171 }; 175 };