dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: EXYNOS4: register the second instance of pl330 DMAC

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>
This commit is contained in:
Alim Akhtar 2011-09-19 10:27:19 +09:00 committed by Kukjin Kim
parent 219c8c866c
commit fad23ddac3
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ struct amba_device exynos4_device_pdma1 = {
static int __init exynos4_dma_init(void)
{
amba_device_register(&exynos4_device_pdma0, &iomem_resource);
amba_device_register(&exynos4_device_pdma1, &iomem_resource);
return 0;
}