diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-10-04 21:41:20 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-12 23:43:42 +0100 |
commit | f3fb5a556c99118186581e6546a9c41e1f73cf6f (patch) | |
tree | c5a79ca0dd682f91d2c25ae4eeba064e95a98892 /include | |
parent | 361c7ad607bc0e84ef0fef8c3f11c47b33c06e41 (diff) | |
download | kernel-crypto-f3fb5a556c99118186581e6546a9c41e1f73cf6f.tar.gz kernel-crypto-f3fb5a556c99118186581e6546a9c41e1f73cf6f.tar.xz kernel-crypto-f3fb5a556c99118186581e6546a9c41e1f73cf6f.zip |
[ARM] 4596/1: S3C2412: Correct IRQs for SDI+CF and add decoding support
Fix the IRQ numbers of the CF and SDI interface on the S3C2412
and S3C2413. Add support to handle these IRQs properly and
ensure that the SDI controller platform device is correctly
renumbered.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-s3c2410/irqs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/irqs.h b/include/asm-arm/arch-s3c2410/irqs.h index 3b49cd1c345..996f65488d2 100644 --- a/include/asm-arm/arch-s3c2410/irqs.h +++ b/include/asm-arm/arch-s3c2410/irqs.h @@ -112,6 +112,13 @@ #define IRQ_TC S3C2410_IRQSUB(9) #define IRQ_ADC S3C2410_IRQSUB(10) +/* extra irqs for s3c2412 */ + +#define IRQ_S3C2412_CFSDI S3C2410_IRQ(21) + +#define IRQ_S3C2412_SDI S3C2410_IRQSUB(13) +#define IRQ_S3C2412_CF S3C2410_IRQSUB(14) + /* extra irqs for s3c2440 */ #define IRQ_S3C2440_CAM_C S3C2410_IRQSUB(11) /* S3C2443 too */ |