Skip to content

Commit

Permalink
ARM: S5PV210: register the second instance of pl330 DMAC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alim Akhtar authored and Kukjin Kim committed Sep 19, 2011
1 parent fad23dd commit f86147c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s5pv210/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f86147c

Please sign in to comment.