]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
powerpc/85xx: fix compatible properties of the P1022DS DMA nodes used for audio
authorTimur Tabi <timur@freescale.com>
Fri, 3 Dec 2010 16:52:14 +0000 (10:52 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 13 Jan 2011 00:01:09 +0000 (18:01 -0600)
In order to prevent the fsl_dma driver from claiming the DMA channels that the
P1022DS audio driver needs, the compatible properties for those nodes must say
"fsl,ssi-dma-channel" instead of "fsl,eloplus-dma-channel".

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p1022ds.dts

index 2bbecbb4cbf9a3388749128d751503ce41595aa7..69422eb24d971db75359f589db8e286d34df7686 100644 (file)
@@ -291,13 +291,13 @@ dma@c300 {
                        ranges = <0x0 0xc100 0x200>;
                        cell-index = <1>;
                        dma00: dma-channel@0 {
-                               compatible = "fsl,eloplus-dma-channel";
+                               compatible = "fsl,ssi-dma-channel";
                                reg = <0x0 0x80>;
                                cell-index = <0>;
                                interrupts = <76 2>;
                        };
                        dma01: dma-channel@80 {
-                               compatible = "fsl,eloplus-dma-channel";
+                               compatible = "fsl,ssi-dma-channel";
                                reg = <0x80 0x80>;
                                cell-index = <1>;
                                interrupts = <77 2>;