diff options
author | Per Forlin <per.forlin@linaro.org> | 2010-12-05 07:35:12 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-08 07:21:31 -0500 |
commit | e8b1cc3a341684dfc02fd02f52308752b031668c (patch) | |
tree | 54146b6a0d7b70bdf794750577ca3990c2cf8cd1 /arch/arm/mach-ux500/cpu-db5500.c | |
parent | bab263e0ce624b05bdcf568e83a9ca4ce71f5e3d (diff) |
ux500: Add DMA support for U5500
Add basic DMA configuration for u5500 supporting memcpy.
Make way for SDI0 dma support by setting SDI0 to -1,
indicating it will be configured in runtime.
Signed-off-by: Per Forlin <per.forlin@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db5500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db5500.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu-db5500.c b/arch/arm/mach-ux500/cpu-db5500.c index bcc0fd4fdc29..8816844d7e48 100644 --- a/arch/arm/mach-ux500/cpu-db5500.c +++ b/arch/arm/mach-ux500/cpu-db5500.c | |||
@@ -135,6 +135,8 @@ void __init u5500_map_io(void) | |||
135 | 135 | ||
136 | void __init u5500_init_devices(void) | 136 | void __init u5500_init_devices(void) |
137 | { | 137 | { |
138 | db5500_dma_init(); | ||
139 | |||
138 | db5500_add_rtc(); | 140 | db5500_add_rtc(); |
139 | 141 | ||
140 | platform_add_devices(u5500_platform_devs, | 142 | platform_add_devices(u5500_platform_devs, |