linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] ARM: SMDKC100: add dma platform devices
@ 2009-09-16  8:19 Joonyoung Shim
  0 siblings, 0 replies; only message in thread
From: Joonyoung Shim @ 2009-09-16  8:19 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds three dma platform devices for s5pc1xx dma on smdkc100
board file.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
---
 arch/arm/mach-s5pc100/mach-smdkc100.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c
index 214093c..7771a6f 100644
--- a/arch/arm/mach-s5pc100/mach-smdkc100.c
+++ b/arch/arm/mach-s5pc100/mach-smdkc100.c
@@ -76,6 +76,9 @@ static struct s3c2410_uartcfg smdkc100_uartcfgs[] __initdata = {
 static struct map_desc smdkc100_iodesc[] = {};
 
 static struct platform_device *smdkc100_devices[] __initdata = {
+	&s5pc1xx_device_mdma,
+	&s5pc1xx_device_pdma0,
+	&s5pc1xx_device_pdma1,
 };
 
 static void __init smdkc100_map_io(void)
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-16  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-16  8:19 [PATCH 2/3] ARM: SMDKC100: add dma platform devices Joonyoung Shim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).