aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8379_rdb.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/mpc8379_rdb.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/mpc8379_rdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8379_rdb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts
index e4d7030d50e5..123c8df6f4f0 100644
--- a/arch/powerpc/boot/dts/mpc8379_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts
@@ -155,24 +155,28 @@
155 dma-channel@0 { 155 dma-channel@0 {
156 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; 156 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
157 reg = <0 0x80>; 157 reg = <0 0x80>;
158 cell-index = <0>;
158 interrupt-parent = <&ipic>; 159 interrupt-parent = <&ipic>;
159 interrupts = <71 8>; 160 interrupts = <71 8>;
160 }; 161 };
161 dma-channel@80 { 162 dma-channel@80 {
162 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; 163 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
163 reg = <0x80 0x80>; 164 reg = <0x80 0x80>;
165 cell-index = <1>;
164 interrupt-parent = <&ipic>; 166 interrupt-parent = <&ipic>;
165 interrupts = <71 8>; 167 interrupts = <71 8>;
166 }; 168 };
167 dma-channel@100 { 169 dma-channel@100 {
168 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; 170 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
169 reg = <0x100 0x80>; 171 reg = <0x100 0x80>;
172 cell-index = <2>;
170 interrupt-parent = <&ipic>; 173 interrupt-parent = <&ipic>;
171 interrupts = <71 8>; 174 interrupts = <71 8>;
172 }; 175 };
173 dma-channel@180 { 176 dma-channel@180 {
174 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; 177 compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel";
175 reg = <0x180 0x28>; 178 reg = <0x180 0x28>;
179 cell-index = <3>;
176 interrupt-parent = <&ipic>; 180 interrupt-parent = <&ipic>;
177 interrupts = <71 8>; 181 interrupts = <71 8>;
178 }; 182 };