aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c24xx/include
diff options
context:
space:
mode:
authorSven Rebhan <odinshorse@googlemail.com>2009-02-07 19:52:21 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-07 19:52:21 +0000
commitd1a9cf85c8608601700aab24e4772420d3e4e6be (patch)
tree53cb755913494b99cfd8c6908a8c12add93ae53a /arch/arm/plat-s3c24xx/include
parente9042338853148950fd2baca9ea7508c5b391555 (diff)
Take 2: Define DMA for S3C2442
The DMA used for S3C2440 is also used for S3C2442, so we also need the defines. This patch is rebased on the latest andy-tracking branch. Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/include')
-rw-r--r--arch/arm/plat-s3c24xx/include/plat/regs-dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/include/plat/regs-dma.h b/arch/arm/plat-s3c24xx/include/plat/regs-dma.h
index 3bc0a216df9..cbbe3f26c7f 100644
--- a/arch/arm/plat-s3c24xx/include/plat/regs-dma.h
+++ b/arch/arm/plat-s3c24xx/include/plat/regs-dma.h
@@ -73,7 +73,7 @@
#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)