[POWERPC] Fix DMA nodes in the MPC8610 HPCD device tree

The node for DMA2 in the MPC8610 HPCD device tree has the wrong compatible
properties. This breaks the DMA driver and the sound driver.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by Timur Tabi and committed by Paul Mackerras 9c8b28c2 6907fa26

+5 -5
+5 -5
arch/powerpc/boot/dts/mpc8610_hpcd.dts
··· 251 251 dma@c300 { 252 252 #address-cells = <1>; 253 253 #size-cells = <1>; 254 - compatible = "fsl,mpc8610-dma", "fsl,mpc8540-dma"; 254 + compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma"; 255 255 cell-index = <1>; 256 256 reg = <0xc300 0x4>; /* DMA general status register */ 257 257 ranges = <0x0 0xc100 0x200>; 258 258 259 259 dma-channel@0 { 260 260 compatible = "fsl,mpc8610-dma-channel", 261 - "fsl,mpc8540-dma-channel"; 261 + "fsl,eloplus-dma-channel"; 262 262 cell-index = <0>; 263 263 reg = <0x0 0x80>; 264 264 interrupt-parent = <&mpic>; ··· 266 266 }; 267 267 dma-channel@1 { 268 268 compatible = "fsl,mpc8610-dma-channel", 269 - "fsl,mpc8540-dma-channel"; 269 + "fsl,eloplus-dma-channel"; 270 270 cell-index = <1>; 271 271 reg = <0x80 0x80>; 272 272 interrupt-parent = <&mpic>; ··· 274 274 }; 275 275 dma-channel@2 { 276 276 compatible = "fsl,mpc8610-dma-channel", 277 - "fsl,mpc8540-dma-channel"; 277 + "fsl,eloplus-dma-channel"; 278 278 cell-index = <2>; 279 279 reg = <0x100 0x80>; 280 280 interrupt-parent = <&mpic>; ··· 282 282 }; 283 283 dma-channel@3 { 284 284 compatible = "fsl,mpc8610-dma-channel", 285 - "fsl,mpc8540-dma-channel"; 285 + "fsl,eloplus-dma-channel"; 286 286 cell-index = <3>; 287 287 reg = <0x180 0x80>; 288 288 interrupt-parent = <&mpic>;