From a93052a93c079b3a12041b2dd2e67550fe1ff3fa Mon Sep 17 00:00:00 2001 From: Matt Hsu Date: Tue, 20 Jan 2009 14:21:20 +0000 Subject: Attach TPO LPJ028T LCM(L1K002) driver to the gta03. Signed-off-by: Matt Hsu --- arch/arm/mach-s3c6410/include/mach/om-gta03.h | 3 ++ arch/arm/mach-s3c6410/mach-om-gta03.c | 62 ++++++++++++++++++++++++++- 2 files changed, 63 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-s3c6410') diff --git a/arch/arm/mach-s3c6410/include/mach/om-gta03.h b/arch/arm/mach-s3c6410/include/mach/om-gta03.h index 7eb68055406..ebb6b6b93b0 100644 --- a/arch/arm/mach-s3c6410/include/mach/om-gta03.h +++ b/arch/arm/mach-s3c6410/include/mach/om-gta03.h @@ -53,6 +53,9 @@ extern struct pcf50633_platform_data om_gta03_pcf_pdata; #define GTA03_GPIO_MODEN_ON S3C64XX_GPK(2) #define GTA03_GPIO_LED_TRIG S3C64XX_GPK(3) #define GTA03_GPIO_LED_EN S3C64XX_GPK(4) +#define GTA03_GPIO_LCM_RESET S3C64XX_GPK(6) + +#define GTA03_GPIO_LCM_SD S3C64XX_GPL(0) #define GTA03_GPIO_TP_RESET S3C64XX_GPM(0) #define GTA03_GPIO_GPS_LNA_EN S3C64XX_GPM(2) diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c index 4ed9b41d002..b5c861e7fa6 100644 --- a/arch/arm/mach-s3c6410/mach-om-gta03.c +++ b/arch/arm/mach-s3c6410/mach-om-gta03.c @@ -30,6 +30,8 @@ #include #include #include +#include +#include #include