diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8377_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8377_rdb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index ed137aa83d5f..d46327e8cb67 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts | |||
@@ -155,24 +155,28 @@ | |||
155 | dma-channel@0 { | 155 | dma-channel@0 { |
156 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 156 | compatible = "fsl,mpc8377-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,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 163 | compatible = "fsl,mpc8377-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,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 170 | compatible = "fsl,mpc8377-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,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 177 | compatible = "fsl,mpc8377-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 | }; |