提交 fad23dda 编写于 作者: A Alim Akhtar 提交者: Kukjin Kim

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: NAlim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 219c8c86
...@@ -243,6 +243,7 @@ struct amba_device exynos4_device_pdma1 = { ...@@ -243,6 +243,7 @@ struct amba_device exynos4_device_pdma1 = {
static int __init exynos4_dma_init(void) static int __init exynos4_dma_init(void)
{ {
amba_device_register(&exynos4_device_pdma0, &iomem_resource); amba_device_register(&exynos4_device_pdma0, &iomem_resource);
amba_device_register(&exynos4_device_pdma1, &iomem_resource);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册