diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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 | }; |