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/mpc832x_rdb.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/mpc832x_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc832x_rdb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index b157d1885a2..b5b0ec2eb88 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 | }; |