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/mpc8349emitxgp.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/mpc8349emitxgp.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index cdd3063258ea..f70d3a0a6eb9 100644 --- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts +++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts | |||
@@ -104,24 +104,28 @@ | |||
104 | dma-channel@0 { | 104 | dma-channel@0 { |
105 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 105 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
106 | reg = <0 0x80>; | 106 | reg = <0 0x80>; |
107 | cell-index = <0>; | ||
107 | interrupt-parent = <&ipic>; | 108 | interrupt-parent = <&ipic>; |
108 | interrupts = <71 8>; | 109 | interrupts = <71 8>; |
109 | }; | 110 | }; |
110 | dma-channel@80 { | 111 | dma-channel@80 { |
111 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 112 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
112 | reg = <0x80 0x80>; | 113 | reg = <0x80 0x80>; |
114 | cell-index = <1>; | ||
113 | interrupt-parent = <&ipic>; | 115 | interrupt-parent = <&ipic>; |
114 | interrupts = <71 8>; | 116 | interrupts = <71 8>; |
115 | }; | 117 | }; |
116 | dma-channel@100 { | 118 | dma-channel@100 { |
117 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 119 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
118 | reg = <0x100 0x80>; | 120 | reg = <0x100 0x80>; |
121 | cell-index = <2>; | ||
119 | interrupt-parent = <&ipic>; | 122 | interrupt-parent = <&ipic>; |
120 | interrupts = <71 8>; | 123 | interrupts = <71 8>; |
121 | }; | 124 | }; |
122 | dma-channel@180 { | 125 | dma-channel@180 { |
123 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 126 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
124 | reg = <0x180 0x28>; | 127 | reg = <0x180 0x28>; |
128 | cell-index = <3>; | ||
125 | interrupt-parent = <&ipic>; | 129 | interrupt-parent = <&ipic>; |
126 | interrupts = <71 8>; | 130 | interrupts = <71 8>; |
127 | }; | 131 | }; |