aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/include/mach/irqs.h
diff options
context:
space:
mode:
authorPawel Osciak <p.osciak@samsung.com>2009-11-17 08:41:19 +0100
committerBen Dooks <ben-linux@fluff.org>2009-12-01 01:33:16 +0000
commitedd6e3f89d7fe245149669400bd213140c16d6e4 (patch)
treefd738a20b916fbe90e341a260b791601278a4f57 /arch/arm/mach-s5pc100/include/mach/irqs.h
parentd7ab33a0b3511e3d738a7b52f20ee83daede4465 (diff)
downloadkernel_samsung_smdk4412-edd6e3f89d7fe245149669400bd213140c16d6e4.zip
kernel_samsung_smdk4412-edd6e3f89d7fe245149669400bd213140c16d6e4.tar.gz
kernel_samsung_smdk4412-edd6e3f89d7fe245149669400bd213140c16d6e4.tar.bz2
ARM: S5PC1xx: add platform helpers for s3c-fb device
Samsung S5PC100 has LCD-controller compatible with the one known from previous SoCs series. Add required platform setup and support code that it can be used with s3c-fb driver. Signed-off-by: Pawel Osciak <p.osciak@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-s5pc100/include/mach/irqs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/irqs.h b/arch/arm/mach-s5pc100/include/mach/irqs.h
index 622720d..b53fa48 100644
--- a/arch/arm/mach-s5pc100/include/mach/irqs.h
+++ b/arch/arm/mach-s5pc100/include/mach/irqs.h
@@ -11,4 +11,9 @@
#include <plat/irqs.h>
+/* LCD */
+#define IRQ_LCD_FIFO IRQ_LCD0
+#define IRQ_LCD_VSYNC IRQ_LCD1
+#define IRQ_LCD_SYSTEM IRQ_LCD2
+
#endif /* __ASM_ARCH_IRQ_H */