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