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