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/mpc836x_rdk.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/mpc836x_rdk.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc836x_rdk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_rdk.dts b/arch/powerpc/boot/dts/mpc836x_rdk.dts index 89c9202f8bd7..69c9bd2acd82 100644 --- a/arch/powerpc/boot/dts/mpc836x_rdk.dts +++ b/arch/powerpc/boot/dts/mpc836x_rdk.dts | |||
@@ -125,24 +125,28 @@ | |||
125 | dma-channel@0 { | 125 | dma-channel@0 { |
126 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 126 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
127 | reg = <0 0x80>; | 127 | reg = <0 0x80>; |
128 | cell-index = <0>; | ||
128 | interrupt-parent = <&ipic>; | 129 | interrupt-parent = <&ipic>; |
129 | interrupts = <71 8>; | 130 | interrupts = <71 8>; |
130 | }; | 131 | }; |
131 | dma-channel@80 { | 132 | dma-channel@80 { |
132 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 133 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
133 | reg = <0x80 0x80>; | 134 | reg = <0x80 0x80>; |
135 | cell-index = <1>; | ||
134 | interrupt-parent = <&ipic>; | 136 | interrupt-parent = <&ipic>; |
135 | interrupts = <71 8>; | 137 | interrupts = <71 8>; |
136 | }; | 138 | }; |
137 | dma-channel@100 { | 139 | dma-channel@100 { |
138 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 140 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
139 | reg = <0x100 0x80>; | 141 | reg = <0x100 0x80>; |
142 | cell-index = <2>; | ||
140 | interrupt-parent = <&ipic>; | 143 | interrupt-parent = <&ipic>; |
141 | interrupts = <71 8>; | 144 | interrupts = <71 8>; |
142 | }; | 145 | }; |
143 | dma-channel@180 { | 146 | dma-channel@180 { |
144 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 147 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
145 | reg = <0x180 0x28>; | 148 | reg = <0x180 0x28>; |
149 | cell-index = <3>; | ||
146 | interrupt-parent = <&ipic>; | 150 | interrupt-parent = <&ipic>; |
147 | interrupts = <71 8>; | 151 | interrupts = <71 8>; |
148 | }; | 152 | }; |