ARM: S5PC100: register the second instance of pl330 DMAC
authorAlim Akhtar <alim.akhtar@samsung.com>
Mon, 19 Sep 2011 01:27:26 +0000 (10:27 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 19 Sep 2011 01:27:26 +0000 (10:27 +0900)
Platform data is provided for two instance of pl330 DMAC,
but only one DMAC is register with amba_device.
This patch register the second instance.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pc100/dma.c

index ef803e9..065a087 100644 (file)
@@ -260,6 +260,7 @@ struct amba_device s5pc100_device_pdma1 = {
 static int __init s5pc100_dma_init(void)
 {
        amba_device_register(&s5pc100_device_pdma0, &iomem_resource);
+       amba_device_register(&s5pc100_device_pdma1, &iomem_resource);
 
        return 0;
 }