diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-09-23 23:05:10 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-09-23 23:05:10 -0400 |
commit | aeb42762b8f12d2d1833fcc169ba0cd14ea30cc3 (patch) | |
tree | 8897460cc0822e5aa5d87da17174c1c0adf554a9 /arch/powerpc/boot/dts/mpc8378_rdb.dts | |
parent | 68e1ee62f0f8e556642a59ebaf0c2cc2ac6ccfa6 (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/mpc8378_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8378_rdb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 34a7f2f935e1..b3e3bd7d550d 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts | |||
@@ -155,24 +155,28 @@ | |||
155 | dma-channel@0 { | 155 | dma-channel@0 { |
156 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 156 | compatible = "fsl,mpc8378-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,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 163 | compatible = "fsl,mpc8378-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,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 170 | compatible = "fsl,mpc8378-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,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 177 | compatible = "fsl,mpc8378-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 | }; |