summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-08-19 21:28:12 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2010-10-14 05:52:57 (GMT)
commitf7a07fd9617140c6111de82400ba1bad3162fb85 (patch)
tree32a517105afdbb4dc2a01bcd1a5722d5acb91a52 /arch/powerpc/platforms/85xx
parent4ea7c88bec9221031fa57fc7c290fdb5d279748c (diff)
downloadlinux-f7a07fd9617140c6111de82400ba1bad3162fb85.tar.xz
powerpc/p1022: Add probing for individual DMA channels
Like the MPC8610 HPCD, the P1022DS ASoC DMA driver probes on individual DMA channel nodes, so the DMA controller nodes' compatible string must be listed in p1022_ds_ids[] to work. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx')
-rw-r--r--arch/powerpc/platforms/85xx/p1022_ds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c b/arch/powerpc/platforms/85xx/p1022_ds.c
index 34e0090..2b390d1 100644
--- a/arch/powerpc/platforms/85xx/p1022_ds.c
+++ b/arch/powerpc/platforms/85xx/p1022_ds.c
@@ -112,6 +112,8 @@ static struct of_device_id __initdata p1022_ds_ids[] = {
{ .compatible = "soc", },
{ .compatible = "simple-bus", },
{ .compatible = "gianfar", },
+ /* So that the DMA channel nodes can be probed individually: */
+ { .compatible = "fsl,eloplus-dma", },
{},
};