diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-10-07 17:42:10 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-10-07 17:42:10 -0400 |
commit | f2dda07db68d2bbe91bc9985280f0586c9d25523 (patch) | |
tree | 725be0230e1e624ca8dc057cca78f9e2d5b0818d /arch/arm/mach-s3c24xx/mach-jive.c | |
parent | ddeccb8d6b5bbe2c1e3a29f8c74b52f170c2207d (diff) |
ARM: S3C24XX: add platform-devices for new dma driver for s3c2412 and s3c2443
This includes defining the mapping for the request sources.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/mach-jive.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-jive.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/mach-jive.c b/arch/arm/mach-s3c24xx/mach-jive.c index a45fcd8ccf79..43c23e220f5b 100644 --- a/arch/arm/mach-s3c24xx/mach-jive.c +++ b/arch/arm/mach-s3c24xx/mach-jive.c | |||
@@ -466,6 +466,7 @@ static struct platform_device *jive_devices[] __initdata = { | |||
466 | &jive_device_wm8750, | 466 | &jive_device_wm8750, |
467 | &s3c_device_nand, | 467 | &s3c_device_nand, |
468 | &s3c_device_usbgadget, | 468 | &s3c_device_usbgadget, |
469 | &s3c2412_device_dma, | ||
469 | }; | 470 | }; |
470 | 471 | ||
471 | static struct s3c2410_udc_mach_info jive_udc_cfg __initdata = { | 472 | static struct s3c2410_udc_mach_info jive_udc_cfg __initdata = { |