[POWERPC] 83xx: Enable DMA engine on the MPC8377 MDS board.

Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Cc: "Nelson, Shannon" <shannon.nelson@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by Zhang Wei and committed by Kumar Gala 3f346935 f637ef8e

+27
+27
arch/powerpc/boot/dts/mpc8377_mds.dts
··· 268 interrupt-parent = <&ipic>; 269 }; 270 271 /* IPIC 272 * interrupts cell = <intr #, sense> 273 * sense values match linux IORESOURCE_IRQ_* defines:
··· 268 interrupt-parent = <&ipic>; 269 }; 270 271 + dma@82a8 { 272 + #address-cells = <1>; 273 + #size-cells = <1>; 274 + compatible = "fsl,mpc8349-dma"; 275 + reg = <0x82a8 4>; 276 + ranges = <0 0x8100 0x1a8>; 277 + interrupt-parent = <&ipic>; 278 + interrupts = <0x47 8>; 279 + cell-index = <0>; 280 + dma-channel@0 { 281 + compatible = "fsl,mpc8349-dma-channel"; 282 + reg = <0 0x80>; 283 + }; 284 + dma-channel@80 { 285 + compatible = "fsl,mpc8349-dma-channel"; 286 + reg = <0x80 0x80>; 287 + }; 288 + dma-channel@100 { 289 + compatible = "fsl,mpc8349-dma-channel"; 290 + reg = <0x100 0x80>; 291 + }; 292 + dma-channel@180 { 293 + compatible = "fsl,mpc8349-dma-channel"; 294 + reg = <0x180 0x28>; 295 + }; 296 + }; 297 + 298 /* IPIC 299 * interrupts cell = <intr #, sense> 300 * sense values match linux IORESOURCE_IRQ_* defines: