diff options
Diffstat (limited to 'arch/arm/mach-s3c2440/mach-mini2440.c')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-mini2440.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c index 437322ffd88..adbbb85bc4c 100644 --- a/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/arch/arm/mach-s3c2440/mach-mini2440.c | |||
@@ -169,6 +169,24 @@ static struct s3c2410fb_display mini2440_lcd_cfg[] __initdata = { | |||
169 | .lcdcon5 = (S3C2410_LCDCON5_FRM565 | | 169 | .lcdcon5 = (S3C2410_LCDCON5_FRM565 | |
170 | S3C2410_LCDCON5_HWSWP), | 170 | S3C2410_LCDCON5_HWSWP), |
171 | }, | 171 | }, |
172 | /* mini2440 + 3.5" TFT (LCD-W35i, LQ035Q1DG06 type) + touchscreen*/ | ||
173 | [3] = { | ||
174 | _LCD_DECLARE( | ||
175 | /* clock */ | ||
176 | 7, | ||
177 | /* xres, margin_right, margin_left, hsync */ | ||
178 | 320, 68, 66, 4, | ||
179 | /* yres, margin_top, margin_bottom, vsync */ | ||
180 | 240, 4, 4, 9, | ||
181 | /* refresh rate */ | ||
182 | 60), | ||
183 | .lcdcon5 = (S3C2410_LCDCON5_FRM565 | | ||
184 | S3C2410_LCDCON5_INVVDEN | | ||
185 | S3C2410_LCDCON5_INVVFRAME | | ||
186 | S3C2410_LCDCON5_INVVLINE | | ||
187 | S3C2410_LCDCON5_INVVCLK | | ||
188 | S3C2410_LCDCON5_HWSWP), | ||
189 | }, | ||
172 | }; | 190 | }; |
173 | 191 | ||
174 | /* todo - put into gpio header */ | 192 | /* todo - put into gpio header */ |