aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/mach-h1940.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-h1940.c')
-rw-r--r--arch/arm/mach-s3c2410/mach-h1940.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c
index ab04b2961d6c..372caa289f2b 100644
--- a/arch/arm/mach-s3c2410/mach-h1940.c
+++ b/arch/arm/mach-s3c2410/mach-h1940.c
@@ -156,11 +156,14 @@ static struct s3c2410fb_display h1940_lcd __initdata = {
156 S3C2410_LCDCON5_HWSWP, 156 S3C2410_LCDCON5_HWSWP,
157 }, 157 },
158 158
159 .type = S3C2410_LCDCON1_TFT,
159 .width = 240, 160 .width = 240,
160 .height = 320, 161 .height = 320,
161 .xres = 240, 162 .xres = 240,
162 .yres = 320, 163 .yres = 320,
163 .bpp = 16, 164 .bpp = 16,
165 .left_margin = 20,
166 .right_margin = 8,
164}; 167};
165 168
166static struct s3c2410fb_mach_info h1940_fb_info __initdata = { 169static struct s3c2410fb_mach_info h1940_fb_info __initdata = {