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/mpc8379_mds.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/mpc8379_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_mds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8379_mds.dts b/arch/powerpc/boot/dts/mpc8379_mds.dts index f4db9ed4a301..653ed47c9a37 100644 --- a/arch/powerpc/boot/dts/mpc8379_mds.dts +++ b/arch/powerpc/boot/dts/mpc8379_mds.dts | |||
@@ -170,24 +170,28 @@ | |||
170 | dma-channel@0 { | 170 | dma-channel@0 { |
171 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 171 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
172 | reg = <0 0x80>; | 172 | reg = <0 0x80>; |
173 | cell-index = <0>; | ||
173 | interrupt-parent = <&ipic>; | 174 | interrupt-parent = <&ipic>; |
174 | interrupts = <71 8>; | 175 | interrupts = <71 8>; |
175 | }; | 176 | }; |
176 | dma-channel@80 { | 177 | dma-channel@80 { |
177 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 178 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
178 | reg = <0x80 0x80>; | 179 | reg = <0x80 0x80>; |
180 | cell-index = <1>; | ||
179 | interrupt-parent = <&ipic>; | 181 | interrupt-parent = <&ipic>; |
180 | interrupts = <71 8>; | 182 | interrupts = <71 8>; |
181 | }; | 183 | }; |
182 | dma-channel@100 { | 184 | dma-channel@100 { |
183 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 185 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
184 | reg = <0x100 0x80>; | 186 | reg = <0x100 0x80>; |
187 | cell-index = <2>; | ||
185 | interrupt-parent = <&ipic>; | 188 | interrupt-parent = <&ipic>; |
186 | interrupts = <71 8>; | 189 | interrupts = <71 8>; |
187 | }; | 190 | }; |
188 | dma-channel@180 { | 191 | dma-channel@180 { |
189 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 192 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
190 | reg = <0x180 0x28>; | 193 | reg = <0x180 0x28>; |
194 | cell-index = <3>; | ||
191 | interrupt-parent = <&ipic>; | 195 | interrupt-parent = <&ipic>; |
192 | interrupts = <71 8>; | 196 | interrupts = <71 8>; |
193 | }; | 197 | }; |