From b49d36633045f86c2110412bd109756459d7f0b6 Mon Sep 17 00:00:00 2001 From: Denis Kuzmenko Date: Tue, 6 Dec 2011 20:21:54 +0900 Subject: [PATCH] --- yaml --- r: 281709 b: refs/heads/master c: 8e146f547a5d12498cbbb0190e1b70cca63c1b87 h: refs/heads/master i: 281707: 73864a3778168123d6d0e24c78802b24255e2396 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2440/mach-mini2440.c | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e7f5224fc999..3c858db0f7a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 51ccd81d9b1220ac1729434ac1ed5b0142001097 +refs/heads/master: 8e146f547a5d12498cbbb0190e1b70cca63c1b87 diff --git a/trunk/arch/arm/mach-s3c2440/mach-mini2440.c b/trunk/arch/arm/mach-s3c2440/mach-mini2440.c index 91fe0b4c95f1..937eb7818c1a 100644 --- a/trunk/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/trunk/arch/arm/mach-s3c2440/mach-mini2440.c @@ -167,6 +167,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[] __initdata = { .lcdcon5 = (S3C2410_LCDCON5_FRM565 | S3C2410_LCDCON5_HWSWP), }, + /* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/ + [3] = { + _LCD_DECLARE( + /* clock */ + 7, + /* xres, margin_right, margin_left, hsync */ + 320, 68, 66, 4, + /* yres, margin_top, margin_bottom, vsync */ + 240, 4, 4, 9, + /* refresh rate */ + 60), + .lcdcon5 = (S3C2410_LCDCON5_FRM565 | + S3C2410_LCDCON5_INVVDEN | + S3C2410_LCDCON5_INVVFRAME | + S3C2410_LCDCON5_INVVLINE | + S3C2410_LCDCON5_INVVCLK | + S3C2410_LCDCON5_HWSWP), + }, }; /* todo - put into gpio header */