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 | |
| parent | 68e1ee62f0f8e556642a59ebaf0c2cc2ac6ccfa6 (diff) | |
powerpc/83xx: Add missing cell-index to dma-channel device nodes
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| -rw-r--r-- | arch/powerpc/boot/dts/asp834x-redboot.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8313erdb.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8315erdb.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc832x_mds.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc832x_rdb.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc836x_mds.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc836x_rdk.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8377_mds.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8377_rdb.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8378_mds.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8378_rdb.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8379_mds.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8379_rdb.dts | 4 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/sbc8349.dts | 4 |
17 files changed, 68 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 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts index 2a94ae0dc8b8..539085591e04 100644 --- a/arch/powerpc/boot/dts/mpc8313erdb.dts +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts | |||
| @@ -176,24 +176,28 @@ | |||
| 176 | dma-channel@0 { | 176 | dma-channel@0 { |
| 177 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; | 177 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; |
| 178 | reg = <0 0x80>; | 178 | reg = <0 0x80>; |
| 179 | cell-index = <0>; | ||
| 179 | interrupt-parent = <&ipic>; | 180 | interrupt-parent = <&ipic>; |
| 180 | interrupts = <71 8>; | 181 | interrupts = <71 8>; |
| 181 | }; | 182 | }; |
| 182 | dma-channel@80 { | 183 | dma-channel@80 { |
| 183 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; | 184 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; |
| 184 | reg = <0x80 0x80>; | 185 | reg = <0x80 0x80>; |
| 186 | cell-index = <1>; | ||
| 185 | interrupt-parent = <&ipic>; | 187 | interrupt-parent = <&ipic>; |
| 186 | interrupts = <71 8>; | 188 | interrupts = <71 8>; |
| 187 | }; | 189 | }; |
| 188 | dma-channel@100 { | 190 | dma-channel@100 { |
| 189 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; | 191 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; |
| 190 | reg = <0x100 0x80>; | 192 | reg = <0x100 0x80>; |
| 193 | cell-index = <2>; | ||
| 191 | interrupt-parent = <&ipic>; | 194 | interrupt-parent = <&ipic>; |
| 192 | interrupts = <71 8>; | 195 | interrupts = <71 8>; |
| 193 | }; | 196 | }; |
| 194 | dma-channel@180 { | 197 | dma-channel@180 { |
| 195 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; | 198 | compatible = "fsl,mpc8313-dma-channel", "fsl,elo-dma-channel"; |
| 196 | reg = <0x180 0x28>; | 199 | reg = <0x180 0x28>; |
| 200 | cell-index = <3>; | ||
| 197 | interrupt-parent = <&ipic>; | 201 | interrupt-parent = <&ipic>; |
| 198 | interrupts = <71 8>; | 202 | interrupts = <71 8>; |
| 199 | }; | 203 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8315erdb.dts b/arch/powerpc/boot/dts/mpc8315erdb.dts index f704513fb930..94c9b4107a1d 100644 --- a/arch/powerpc/boot/dts/mpc8315erdb.dts +++ b/arch/powerpc/boot/dts/mpc8315erdb.dts | |||
| @@ -144,24 +144,28 @@ | |||
| 144 | dma-channel@0 { | 144 | dma-channel@0 { |
| 145 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 145 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
| 146 | reg = <0 0x80>; | 146 | reg = <0 0x80>; |
| 147 | cell-index = <0>; | ||
| 147 | interrupt-parent = <&ipic>; | 148 | interrupt-parent = <&ipic>; |
| 148 | interrupts = <71 8>; | 149 | interrupts = <71 8>; |
| 149 | }; | 150 | }; |
| 150 | dma-channel@80 { | 151 | dma-channel@80 { |
| 151 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 152 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
| 152 | reg = <0x80 0x80>; | 153 | reg = <0x80 0x80>; |
| 154 | cell-index = <1>; | ||
| 153 | interrupt-parent = <&ipic>; | 155 | interrupt-parent = <&ipic>; |
| 154 | interrupts = <71 8>; | 156 | interrupts = <71 8>; |
| 155 | }; | 157 | }; |
| 156 | dma-channel@100 { | 158 | dma-channel@100 { |
| 157 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 159 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
| 158 | reg = <0x100 0x80>; | 160 | reg = <0x100 0x80>; |
| 161 | cell-index = <2>; | ||
| 159 | interrupt-parent = <&ipic>; | 162 | interrupt-parent = <&ipic>; |
| 160 | interrupts = <71 8>; | 163 | interrupts = <71 8>; |
| 161 | }; | 164 | }; |
| 162 | dma-channel@180 { | 165 | dma-channel@180 { |
| 163 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; | 166 | compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel"; |
| 164 | reg = <0x180 0x28>; | 167 | reg = <0x180 0x28>; |
| 168 | cell-index = <3>; | ||
| 165 | interrupt-parent = <&ipic>; | 169 | interrupt-parent = <&ipic>; |
| 166 | interrupts = <71 8>; | 170 | interrupts = <71 8>; |
| 167 | }; | 171 | }; |
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 | }; |
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index b157d1885a28..b5b0ec2eb88f 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts | |||
| @@ -105,24 +105,28 @@ | |||
| 105 | dma-channel@0 { | 105 | dma-channel@0 { |
| 106 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; | 106 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 107 | reg = <0 0x80>; | 107 | reg = <0 0x80>; |
| 108 | cell-index = <0>; | ||
| 108 | interrupt-parent = <&ipic>; | 109 | interrupt-parent = <&ipic>; |
| 109 | interrupts = <71 8>; | 110 | interrupts = <71 8>; |
| 110 | }; | 111 | }; |
| 111 | dma-channel@80 { | 112 | dma-channel@80 { |
| 112 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; | 113 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 113 | reg = <0x80 0x80>; | 114 | reg = <0x80 0x80>; |
| 115 | cell-index = <1>; | ||
| 114 | interrupt-parent = <&ipic>; | 116 | interrupt-parent = <&ipic>; |
| 115 | interrupts = <71 8>; | 117 | interrupts = <71 8>; |
| 116 | }; | 118 | }; |
| 117 | dma-channel@100 { | 119 | dma-channel@100 { |
| 118 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; | 120 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 119 | reg = <0x100 0x80>; | 121 | reg = <0x100 0x80>; |
| 122 | cell-index = <2>; | ||
| 120 | interrupt-parent = <&ipic>; | 123 | interrupt-parent = <&ipic>; |
| 121 | interrupts = <71 8>; | 124 | interrupts = <71 8>; |
| 122 | }; | 125 | }; |
| 123 | dma-channel@180 { | 126 | dma-channel@180 { |
| 124 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; | 127 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 125 | reg = <0x180 0x28>; | 128 | reg = <0x180 0x28>; |
| 129 | cell-index = <3>; | ||
| 126 | interrupt-parent = <&ipic>; | 130 | interrupt-parent = <&ipic>; |
| 127 | interrupts = <71 8>; | 131 | interrupts = <71 8>; |
| 128 | }; | 132 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 700e076ef3f5..1327a61d0538 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
| @@ -106,24 +106,28 @@ | |||
| 106 | dma-channel@0 { | 106 | dma-channel@0 { |
| 107 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 107 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 108 | reg = <0 0x80>; | 108 | reg = <0 0x80>; |
| 109 | cell-index = <0>; | ||
| 109 | interrupt-parent = <&ipic>; | 110 | interrupt-parent = <&ipic>; |
| 110 | interrupts = <71 8>; | 111 | interrupts = <71 8>; |
| 111 | }; | 112 | }; |
| 112 | dma-channel@80 { | 113 | dma-channel@80 { |
| 113 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 114 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 114 | reg = <0x80 0x80>; | 115 | reg = <0x80 0x80>; |
| 116 | cell-index = <1>; | ||
| 115 | interrupt-parent = <&ipic>; | 117 | interrupt-parent = <&ipic>; |
| 116 | interrupts = <71 8>; | 118 | interrupts = <71 8>; |
| 117 | }; | 119 | }; |
| 118 | dma-channel@100 { | 120 | dma-channel@100 { |
| 119 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 121 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 120 | reg = <0x100 0x80>; | 122 | reg = <0x100 0x80>; |
| 123 | cell-index = <2>; | ||
| 121 | interrupt-parent = <&ipic>; | 124 | interrupt-parent = <&ipic>; |
| 122 | interrupts = <71 8>; | 125 | interrupts = <71 8>; |
| 123 | }; | 126 | }; |
| 124 | dma-channel@180 { | 127 | dma-channel@180 { |
| 125 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 128 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 126 | reg = <0x180 0x28>; | 129 | reg = <0x180 0x28>; |
| 130 | cell-index = <3>; | ||
| 127 | interrupt-parent = <&ipic>; | 131 | interrupt-parent = <&ipic>; |
| 128 | interrupts = <71 8>; | 132 | interrupts = <71 8>; |
| 129 | }; | 133 | }; |
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 | }; |
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index 783241c00240..e29739eee35e 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
| @@ -116,24 +116,28 @@ | |||
| 116 | dma-channel@0 { | 116 | dma-channel@0 { |
| 117 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 117 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 118 | reg = <0 0x80>; | 118 | reg = <0 0x80>; |
| 119 | cell-index = <0>; | ||
| 119 | interrupt-parent = <&ipic>; | 120 | interrupt-parent = <&ipic>; |
| 120 | interrupts = <71 8>; | 121 | interrupts = <71 8>; |
| 121 | }; | 122 | }; |
| 122 | dma-channel@80 { | 123 | dma-channel@80 { |
| 123 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 124 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 124 | reg = <0x80 0x80>; | 125 | reg = <0x80 0x80>; |
| 126 | cell-index = <1>; | ||
| 125 | interrupt-parent = <&ipic>; | 127 | interrupt-parent = <&ipic>; |
| 126 | interrupts = <71 8>; | 128 | interrupts = <71 8>; |
| 127 | }; | 129 | }; |
| 128 | dma-channel@100 { | 130 | dma-channel@100 { |
| 129 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 131 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 130 | reg = <0x100 0x80>; | 132 | reg = <0x100 0x80>; |
| 133 | cell-index = <2>; | ||
| 131 | interrupt-parent = <&ipic>; | 134 | interrupt-parent = <&ipic>; |
| 132 | interrupts = <71 8>; | 135 | interrupts = <71 8>; |
| 133 | }; | 136 | }; |
| 134 | dma-channel@180 { | 137 | dma-channel@180 { |
| 135 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 138 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 136 | reg = <0x180 0x28>; | 139 | reg = <0x180 0x28>; |
| 140 | cell-index = <3>; | ||
| 137 | interrupt-parent = <&ipic>; | 141 | interrupt-parent = <&ipic>; |
| 138 | interrupts = <71 8>; | 142 | interrupts = <71 8>; |
| 139 | }; | 143 | }; |
diff --git a/arch/powerpc/boot/dts/mpc836x_mds.dts b/arch/powerpc/boot/dts/mpc836x_mds.dts index ada8446ab3c6..49aec71916e5 100644 --- a/arch/powerpc/boot/dts/mpc836x_mds.dts +++ b/arch/powerpc/boot/dts/mpc836x_mds.dts | |||
| @@ -148,24 +148,28 @@ | |||
| 148 | dma-channel@0 { | 148 | dma-channel@0 { |
| 149 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 149 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
| 150 | reg = <0 0x80>; | 150 | reg = <0 0x80>; |
| 151 | cell-index = <0>; | ||
| 151 | interrupt-parent = <&ipic>; | 152 | interrupt-parent = <&ipic>; |
| 152 | interrupts = <71 8>; | 153 | interrupts = <71 8>; |
| 153 | }; | 154 | }; |
| 154 | dma-channel@80 { | 155 | dma-channel@80 { |
| 155 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 156 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
| 156 | reg = <0x80 0x80>; | 157 | reg = <0x80 0x80>; |
| 158 | cell-index = <1>; | ||
| 157 | interrupt-parent = <&ipic>; | 159 | interrupt-parent = <&ipic>; |
| 158 | interrupts = <71 8>; | 160 | interrupts = <71 8>; |
| 159 | }; | 161 | }; |
| 160 | dma-channel@100 { | 162 | dma-channel@100 { |
| 161 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 163 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
| 162 | reg = <0x100 0x80>; | 164 | reg = <0x100 0x80>; |
| 165 | cell-index = <2>; | ||
| 163 | interrupt-parent = <&ipic>; | 166 | interrupt-parent = <&ipic>; |
| 164 | interrupts = <71 8>; | 167 | interrupts = <71 8>; |
| 165 | }; | 168 | }; |
| 166 | dma-channel@180 { | 169 | dma-channel@180 { |
| 167 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 170 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
| 168 | reg = <0x180 0x28>; | 171 | reg = <0x180 0x28>; |
| 172 | cell-index = <3>; | ||
| 169 | interrupt-parent = <&ipic>; | 173 | interrupt-parent = <&ipic>; |
| 170 | interrupts = <71 8>; | 174 | interrupts = <71 8>; |
| 171 | }; | 175 | }; |
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 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts index 432782b6d20a..78f0f1124ffb 100644 --- a/arch/powerpc/boot/dts/mpc8377_mds.dts +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts | |||
| @@ -246,24 +246,28 @@ | |||
| 246 | dma-channel@0 { | 246 | dma-channel@0 { |
| 247 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 247 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; |
| 248 | reg = <0 0x80>; | 248 | reg = <0 0x80>; |
| 249 | cell-index = <0>; | ||
| 249 | interrupt-parent = <&ipic>; | 250 | interrupt-parent = <&ipic>; |
| 250 | interrupts = <0x47 8>; | 251 | interrupts = <0x47 8>; |
| 251 | }; | 252 | }; |
| 252 | dma-channel@80 { | 253 | dma-channel@80 { |
| 253 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 254 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; |
| 254 | reg = <0x80 0x80>; | 255 | reg = <0x80 0x80>; |
| 256 | cell-index = <1>; | ||
| 255 | interrupt-parent = <&ipic>; | 257 | interrupt-parent = <&ipic>; |
| 256 | interrupts = <0x47 8>; | 258 | interrupts = <0x47 8>; |
| 257 | }; | 259 | }; |
| 258 | dma-channel@100 { | 260 | dma-channel@100 { |
| 259 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 261 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; |
| 260 | reg = <0x100 0x80>; | 262 | reg = <0x100 0x80>; |
| 263 | cell-index = <2>; | ||
| 261 | interrupt-parent = <&ipic>; | 264 | interrupt-parent = <&ipic>; |
| 262 | interrupts = <0x47 8>; | 265 | interrupts = <0x47 8>; |
| 263 | }; | 266 | }; |
| 264 | dma-channel@180 { | 267 | dma-channel@180 { |
| 265 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; | 268 | compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; |
| 266 | reg = <0x180 0x28>; | 269 | reg = <0x180 0x28>; |
| 270 | cell-index = <3>; | ||
| 267 | interrupt-parent = <&ipic>; | 271 | interrupt-parent = <&ipic>; |
| 268 | interrupts = <0x47 8>; | 272 | interrupts = <0x47 8>; |
| 269 | }; | 273 | }; |
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 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8378_mds.dts b/arch/powerpc/boot/dts/mpc8378_mds.dts index ed32c8ddafe3..c44f30f2f086 100644 --- a/arch/powerpc/boot/dts/mpc8378_mds.dts +++ b/arch/powerpc/boot/dts/mpc8378_mds.dts | |||
| @@ -170,24 +170,28 @@ | |||
| 170 | dma-channel@0 { | 170 | dma-channel@0 { |
| 171 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 171 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; |
| 172 | reg = <0 0x80>; | 172 | reg = <0 0x80>; |
| 173 | cell-index = <0>; | ||
| 173 | interrupt-parent = <&ipic>; | 174 | interrupt-parent = <&ipic>; |
| 174 | interrupts = <71 8>; | 175 | interrupts = <71 8>; |
| 175 | }; | 176 | }; |
| 176 | dma-channel@80 { | 177 | dma-channel@80 { |
| 177 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 178 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; |
| 178 | reg = <0x80 0x80>; | 179 | reg = <0x80 0x80>; |
| 180 | cell-index = <1>; | ||
| 179 | interrupt-parent = <&ipic>; | 181 | interrupt-parent = <&ipic>; |
| 180 | interrupts = <71 8>; | 182 | interrupts = <71 8>; |
| 181 | }; | 183 | }; |
| 182 | dma-channel@100 { | 184 | dma-channel@100 { |
| 183 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 185 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; |
| 184 | reg = <0x100 0x80>; | 186 | reg = <0x100 0x80>; |
| 187 | cell-index = <2>; | ||
| 185 | interrupt-parent = <&ipic>; | 188 | interrupt-parent = <&ipic>; |
| 186 | interrupts = <71 8>; | 189 | interrupts = <71 8>; |
| 187 | }; | 190 | }; |
| 188 | dma-channel@180 { | 191 | dma-channel@180 { |
| 189 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 192 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; |
| 190 | reg = <0x180 0x28>; | 193 | reg = <0x180 0x28>; |
| 194 | cell-index = <3>; | ||
| 191 | interrupt-parent = <&ipic>; | 195 | interrupt-parent = <&ipic>; |
| 192 | interrupts = <71 8>; | 196 | interrupts = <71 8>; |
| 193 | }; | 197 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 34a7f2f935e1..b3e3bd7d550d 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts | |||
| @@ -155,24 +155,28 @@ | |||
| 155 | dma-channel@0 { | 155 | dma-channel@0 { |
| 156 | compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 156 | compatible = "fsl,mpc8378-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,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 163 | compatible = "fsl,mpc8378-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,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 170 | compatible = "fsl,mpc8378-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,mpc8378-dma-channel", "fsl,elo-dma-channel"; | 177 | compatible = "fsl,mpc8378-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 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8379_mds.dts b/arch/powerpc/boot/dts/mpc8379_mds.dts index f4db9ed4a301..653ed47c9a37 100644 --- a/arch/powerpc/boot/dts/mpc8379_mds.dts +++ b/arch/powerpc/boot/dts/mpc8379_mds.dts | |||
| @@ -170,24 +170,28 @@ | |||
| 170 | dma-channel@0 { | 170 | dma-channel@0 { |
| 171 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 171 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
| 172 | reg = <0 0x80>; | 172 | reg = <0 0x80>; |
| 173 | cell-index = <0>; | ||
| 173 | interrupt-parent = <&ipic>; | 174 | interrupt-parent = <&ipic>; |
| 174 | interrupts = <71 8>; | 175 | interrupts = <71 8>; |
| 175 | }; | 176 | }; |
| 176 | dma-channel@80 { | 177 | dma-channel@80 { |
| 177 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 178 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
| 178 | reg = <0x80 0x80>; | 179 | reg = <0x80 0x80>; |
| 180 | cell-index = <1>; | ||
| 179 | interrupt-parent = <&ipic>; | 181 | interrupt-parent = <&ipic>; |
| 180 | interrupts = <71 8>; | 182 | interrupts = <71 8>; |
| 181 | }; | 183 | }; |
| 182 | dma-channel@100 { | 184 | dma-channel@100 { |
| 183 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 185 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
| 184 | reg = <0x100 0x80>; | 186 | reg = <0x100 0x80>; |
| 187 | cell-index = <2>; | ||
| 185 | interrupt-parent = <&ipic>; | 188 | interrupt-parent = <&ipic>; |
| 186 | interrupts = <71 8>; | 189 | interrupts = <71 8>; |
| 187 | }; | 190 | }; |
| 188 | dma-channel@180 { | 191 | dma-channel@180 { |
| 189 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 192 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; |
| 190 | reg = <0x180 0x28>; | 193 | reg = <0x180 0x28>; |
| 194 | cell-index = <3>; | ||
| 191 | interrupt-parent = <&ipic>; | 195 | interrupt-parent = <&ipic>; |
| 192 | interrupts = <71 8>; | 196 | interrupts = <71 8>; |
| 193 | }; | 197 | }; |
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index e4d7030d50e5..123c8df6f4f0 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts | |||
| @@ -155,24 +155,28 @@ | |||
| 155 | dma-channel@0 { | 155 | dma-channel@0 { |
| 156 | compatible = "fsl,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 156 | compatible = "fsl,mpc8379-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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 163 | compatible = "fsl,mpc8379-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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 170 | compatible = "fsl,mpc8379-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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 177 | compatible = "fsl,mpc8379-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 | }; |
diff --git a/arch/powerpc/boot/dts/sbc8349.dts b/arch/powerpc/boot/dts/sbc8349.dts index 45f789b56709..c7f411f7a9a2 100644 --- a/arch/powerpc/boot/dts/sbc8349.dts +++ b/arch/powerpc/boot/dts/sbc8349.dts | |||
| @@ -107,24 +107,28 @@ | |||
| 107 | dma-channel@0 { | 107 | dma-channel@0 { |
| 108 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 108 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 109 | reg = <0 0x80>; | 109 | reg = <0 0x80>; |
| 110 | cell-index = <0>; | ||
| 110 | interrupt-parent = <&ipic>; | 111 | interrupt-parent = <&ipic>; |
| 111 | interrupts = <71 8>; | 112 | interrupts = <71 8>; |
| 112 | }; | 113 | }; |
| 113 | dma-channel@80 { | 114 | dma-channel@80 { |
| 114 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 115 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 115 | reg = <0x80 0x80>; | 116 | reg = <0x80 0x80>; |
| 117 | cell-index = <1>; | ||
| 116 | interrupt-parent = <&ipic>; | 118 | interrupt-parent = <&ipic>; |
| 117 | interrupts = <71 8>; | 119 | interrupts = <71 8>; |
| 118 | }; | 120 | }; |
| 119 | dma-channel@100 { | 121 | dma-channel@100 { |
| 120 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 122 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 121 | reg = <0x100 0x80>; | 123 | reg = <0x100 0x80>; |
| 124 | cell-index = <2>; | ||
| 122 | interrupt-parent = <&ipic>; | 125 | interrupt-parent = <&ipic>; |
| 123 | interrupts = <71 8>; | 126 | interrupts = <71 8>; |
| 124 | }; | 127 | }; |
| 125 | dma-channel@180 { | 128 | dma-channel@180 { |
| 126 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; | 129 | compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; |
| 127 | reg = <0x180 0x28>; | 130 | reg = <0x180 0x28>; |
| 131 | cell-index = <3>; | ||
| 128 | interrupt-parent = <&ipic>; | 132 | interrupt-parent = <&ipic>; |
| 129 | interrupts = <71 8>; | 133 | interrupts = <71 8>; |
| 130 | }; | 134 | }; |
