diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2016-08-04 06:08:11 -0400 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-08-10 05:20:16 -0400 |
commit | 2d0ab9c36f6c7275b7fa93aa6fccaa8c9e70c95c (patch) | |
tree | 407ab4cbfcf6cafa59ff7b0a1ef49932bde47ac4 /arch/arm/mach-s3c24xx | |
parent | 971466bff47483e70e38a3f0ae0d55e86e9fdeee (diff) |
ARM: S3C24XX: Add missing DMA device for Mini2440 board
Addition of s3c2440_device_dma was missed during conversion
from the Samsung legacy to the regular DMA API.
Add it so any devices using DMA, e.g I2S controller can
work properly.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-mini2440.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-mini2440.c b/arch/arm/mach-s3c24xx/mach-mini2440.c index a8521684a7f5..bbf41322d726 100644 --- a/arch/arm/mach-s3c24xx/mach-mini2440.c +++ b/arch/arm/mach-s3c24xx/mach-mini2440.c | |||
@@ -516,6 +516,7 @@ static struct platform_device *mini2440_devices[] __initdata = { | |||
516 | &mini2440_button_device, | 516 | &mini2440_button_device, |
517 | &s3c_device_nand, | 517 | &s3c_device_nand, |
518 | &s3c_device_sdi, | 518 | &s3c_device_sdi, |
519 | &s3c2440_device_dma, | ||
519 | &s3c_device_iis, | 520 | &s3c_device_iis, |
520 | &uda1340_codec, | 521 | &uda1340_codec, |
521 | &mini2440_audio, | 522 | &mini2440_audio, |