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/mpc8315erdb.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/mpc8315erdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8315erdb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts index f704513fb930..94c9b4107a1d 100644 --- a/arch/powerpc/boot/dts/mpc8315erdb.dts +++ b/arch/powerpc/boot/dts/mpc8315erdb.dts | |||
@@ -144,24 +144,28 @@ | |||
144 | dma-channel@0 { | 144 | dma-channel@0 { |
145 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 145 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
146 | reg = <0 0x80>; | 146 | reg = <0 0x80>; |
147 | cell-index = <0>; | ||
147 | interrupt-parent = <&ipic>; | 148 | interrupt-parent = <&ipic>; |
148 | interrupts = <71 8>; | 149 | interrupts = <71 8>; |
149 | }; | 150 | }; |
150 | dma-channel@80 { | 151 | dma-channel@80 { |
151 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 152 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
152 | reg = <0x80 0x80>; | 153 | reg = <0x80 0x80>; |
154 | cell-index = <1>; | ||
153 | interrupt-parent = <&ipic>; | 155 | interrupt-parent = <&ipic>; |
154 | interrupts = <71 8>; | 156 | interrupts = <71 8>; |
155 | }; | 157 | }; |
156 | dma-channel@100 { | 158 | dma-channel@100 { |
157 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 159 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
158 | reg = <0x100 0x80>; | 160 | reg = <0x100 0x80>; |
161 | cell-index = <2>; | ||
159 | interrupt-parent = <&ipic>; | 162 | interrupt-parent = <&ipic>; |
160 | interrupts = <71 8>; | 163 | interrupts = <71 8>; |
161 | }; | 164 | }; |
162 | dma-channel@180 { | 165 | dma-channel@180 { |
163 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 166 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
164 | reg = <0x180 0x28>; | 167 | reg = <0x180 0x28>; |
168 | cell-index = <3>; | ||
165 | interrupt-parent = <&ipic>; | 169 | interrupt-parent = <&ipic>; |
166 | interrupts = <71 8>; | 170 | interrupts = <71 8>; |
167 | }; | 171 | }; |