aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc834x_mds.dts
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-09-23 23:05:10 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-09-23 23:05:10 -0400
commitaeb42762b8f12d2d1833fcc169ba0cd14ea30cc3 (patch)
tree8897460cc0822e5aa5d87da17174c1c0adf554a9 /arch/powerpc/boot/dts/mpc834x_mds.dts
parent68e1ee62f0f8e556642a59ebaf0c2cc2ac6ccfa6 (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/mpc834x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc834x_mds.dts4
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 };