edd6e3f89d
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>
20 lines
396 B
C
20 lines
396 B
C
/* linux/arch/arm/mach-s5pc100/include/mach/irqs.h
|
|
*
|
|
* Copyright 2009 Samsung Electronics Co.
|
|
* Byungho Min <bhmin@samsung.com>
|
|
*
|
|
* S5PC100 - IRQ definitions
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_IRQS_H
|
|
#define __ASM_ARCH_IRQS_H __FILE__
|
|
|
|
#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 */
|