aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach/irqs.h
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2010-05-20 02:13:04 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-20 05:14:52 -0400
commit5b696a67c327f21fc67b60a1518f65e4e7f2749f (patch)
treeaffc6d719e5d729bc410a88a142c6b358fb0fb2f /arch/arm/mach-s5pv210/include/mach/irqs.h
parentb315032f530c58b973ade659f3b880fcc7017e92 (diff)
ARM: S5PV210: add framebuffer platform helpers for s5pv210 based machines
This patch adds common framebuffer device helpers and register defines for S5PV210 based machines. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/irqs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/irqs.h b/arch/arm/mach-s5pv210/include/mach/irqs.h
index 62c5175ef291..ee6e07b5ae8a 100644
--- a/arch/arm/mach-s5pv210/include/mach/irqs.h
+++ b/arch/arm/mach-s5pv210/include/mach/irqs.h
@@ -143,4 +143,9 @@
143 143
144#define NR_IRQS (IRQ_EINT(31) + 1) 144#define NR_IRQS (IRQ_EINT(31) + 1)
145 145
146/* Compatibility */
147#define IRQ_LCD_FIFO IRQ_LCD0
148#define IRQ_LCD_VSYNC IRQ_LCD1
149#define IRQ_LCD_SYSTEM IRQ_LCD2
150
146#endif /* ASM_ARCH_IRQS_H */ 151#endif /* ASM_ARCH_IRQS_H */