[PATCH 2/3] ARM: S5PV210: register the second instance of pl330 DMAC
alim akhtar
alim.akhtar at samsung.com
Wed Aug 17 00:06:08 EDT 2011
From: Alim Akhtar <alim.akhtar at samsung.com>
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 at samsung.com>
---
arch/arm/mach-s5pv210/dma.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach-s5pv210/dma.c
index f79d0b0..86b749c 100644
--- a/arch/arm/mach-s5pv210/dma.c
+++ b/arch/arm/mach-s5pv210/dma.c
@@ -254,6 +254,7 @@ struct amba_device s5pv210_device_pdma1 = {
static int __init s5pv210_dma_init(void)
{
amba_device_register(&s5pv210_device_pdma0, &iomem_resource);
+ amba_device_register(&s5pv210_device_pdma1, &iomem_resource);
return 0;
}
--
1.7.2.3
More information about the linux-arm-kernel
mailing list