[PATCH 2/2] Define DMA for S3C2442

Sven Rebhan odinshorse at googlemail.com
Thu Feb 5 21:47:07 CET 2009


The DMA used for S3C2440 is also used for S3C2442, so we also need the defines.

Signed-off-by: Sven Rebhan <odinshorse at googlemail.com>

diff --git a/arch/arm/mach-s3c2410/include/mach/dma.h b/arch/arm/mach-s3c2410/include/mach/dma.h
index 13358ce..1a59697 100644
--- a/arch/arm/mach-s3c2410/include/mach/dma.h
+++ b/arch/arm/mach-s3c2410/include/mach/dma.h
@@ -374,7 +374,7 @@ extern int s3c2410_dma_set_buffdone_fn(unsigned int, s3c2410_dma_cbfn_t rtn);
 #define S3C2410_DCON_NORELOAD   (1<<22)
 #define S3C2410_DCON_HWTRIG     (1<<23)
 
-#ifdef CONFIG_CPU_S3C2440
+#if defined(CONFIG_CPU_S3C2440) || defined(CONFIG_CPU_S3C2442)
 #define S3C2440_DIDSTC_CHKINT	(1<<2)
 
 #define S3C2440_DCON_CH0_I2SSDO	(5<<24)
-- 
1.6.0.6




More information about the openmoko-kernel mailing list