aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/include/mach/irqs.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-04-29 18:59:43 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-10 11:44:44 +0900
commitc140c98ac161ad270a768126431e36a22f86f6b3 (patch)
tree0ce2aa19fb1f088d155564b55a444275dce0f4de /arch/arm/mach-s3c2410/include/mach/irqs.h
parent8d6f8658305db969981f64a22296b487ef2f1148 (diff)
downloadkernel_samsung_smdk4412-c140c98ac161ad270a768126431e36a22f86f6b3.zip
kernel_samsung_smdk4412-c140c98ac161ad270a768126431e36a22f86f6b3.tar.gz
kernel_samsung_smdk4412-c140c98ac161ad270a768126431e36a22f86f6b3.tar.bz2
ARM: S3C2416: Add support for second HSMMC channel
Add support for the second HSMMC channel on the S3C2416. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/irqs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/irqs.h b/arch/arm/mach-s3c2410/include/mach/irqs.h
index c1b8ec0..877c15e 100644
--- a/arch/arm/mach-s3c2410/include/mach/irqs.h
+++ b/arch/arm/mach-s3c2410/include/mach/irqs.h
@@ -150,7 +150,10 @@
#define IRQ_S3C2443_HSMMC S3C2410_IRQ(20) /* IRQ_SDI */
#define IRQ_S3C2443_NAND S3C2410_IRQ(24) /* reserved */
+#define IRQ_S3C2416_HSMMC0 S3C2410_IRQ(21) /* S3C2416/S3C2450 */
+
#define IRQ_HSMMC0 IRQ_S3C2443_HSMMC
+#define IRQ_HSMMC1 IRQ_S3C2416_HSMMC0
#define IRQ_S3C2443_LCD1 S3C2410_IRQSUB(14)
#define IRQ_S3C2443_LCD2 S3C2410_IRQSUB(15)