diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-04-30 19:08:38 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 18:45:38 +0900 |
commit | fbd6fe73514cf31a07c7b16518930ea84c644463 (patch) | |
tree | 3459608f56913b6b84693b1d4079fe835eeeced7 /arch/arm/mach-s3c2410/include/mach/irqs.h | |
parent | 63b1f51b2405573d47bf5b9ab6e7cd5c697d3dcc (diff) | |
download | blackbird-obmc-linux-fbd6fe73514cf31a07c7b16518930ea84c644463.tar.gz blackbird-obmc-linux-fbd6fe73514cf31a07c7b16518930ea84c644463.zip |
ARM: S3C2443: Add initial defines for framebuffer support
Add the necessary defines to get the s3c-fb device to compile for
s3c2443.
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.h | 3 |
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 877c15e1b154..11bb0f08fe6a 100644 --- a/arch/arm/mach-s3c2410/include/mach/irqs.h +++ b/arch/arm/mach-s3c2410/include/mach/irqs.h @@ -187,6 +187,9 @@ #define IRQ_S3CUART_TX3 IRQ_S3C2443_TX3 #define IRQ_S3CUART_ERR3 IRQ_S3C2443_ERR3 +#define IRQ_LCD_VSYNC IRQ_S3C2443_LCD3 +#define IRQ_LCD_SYSTEM IRQ_S3C2443_LCD2 + #ifdef CONFIG_CPU_S3C2440 #define IRQ_S3C244x_AC97 IRQ_S3C2440_AC97 #else |