diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitxgp.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitxgp.dts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts index cdd3063258ea..81ae1d3e9440 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 | }; |
@@ -224,7 +228,8 @@ | |||
224 | #interrupt-cells = <1>; | 228 | #interrupt-cells = <1>; |
225 | #size-cells = <2>; | 229 | #size-cells = <2>; |
226 | #address-cells = <3>; | 230 | #address-cells = <3>; |
227 | reg = <0xe0008600 0x100>; | 231 | reg = <0xe0008600 0x100 /* internal registers */ |
232 | 0xe0008380 0x8>; /* config space access registers */ | ||
228 | compatible = "fsl,mpc8349-pci"; | 233 | compatible = "fsl,mpc8349-pci"; |
229 | device_type = "pci"; | 234 | device_type = "pci"; |
230 | }; | 235 | }; |