diff mbox

ARM: S3C24XX: Add missing DMA device for Mini2440 board

Message ID 1470305291-15054-1-git-send-email-s.nawrocki@samsung.com (mailing list archive)
State Accepted
Headers show

Commit Message

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>
---
 arch/arm/mach-s3c24xx/mach-mini2440.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Aug. 10, 2016, 9:23 a.m. UTC | #1
On Thu, Aug 4, 2016 at 12:08 PM, Sylwester Nawrocki
<s.nawrocki@samsung.com> wrote:
> 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>
> ---
>  arch/arm/mach-s3c24xx/mach-mini2440.c | 1 +
>  1 file changed, 1 insertion(+)
>

Thanks, applied.

BR,
Krzysztof
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-s3c24xx/mach-mini2440.c b/arch/arm/mach-s3c24xx/mach-mini2440.c
index a852168..bbf4132 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 = {
 	&mini2440_button_device,
 	&s3c_device_nand,
 	&s3c_device_sdi,
+	&s3c2440_device_dma,
 	&s3c_device_iis,
 	&uda1340_codec,
 	&mini2440_audio,