diff options
author | Alim Akhtar <alim.akhtar@samsung.com> | 2011-09-18 21:27:23 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-18 21:27:23 -0400 |
commit | f86147cc8faca81de5edfa1fab07b119c1867322 (patch) | |
tree | c67a4f1d8001e3b445166d7c800d75b338f2803f /arch/arm/mach-s5pv210 | |
parent | fad23ddac36920600e2457cf540c4d6383290cd2 (diff) |
ARM: S5PV210: 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>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | 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 f79d0b06cbf9..86b749c18b77 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 = { | |||
254 | static int __init s5pv210_dma_init(void) | 254 | static int __init s5pv210_dma_init(void) |
255 | { | 255 | { |
256 | amba_device_register(&s5pv210_device_pdma0, &iomem_resource); | 256 | amba_device_register(&s5pv210_device_pdma0, &iomem_resource); |
257 | amba_device_register(&s5pv210_device_pdma1, &iomem_resource); | ||
257 | 258 | ||
258 | return 0; | 259 | return 0; |
259 | } | 260 | } |