diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-qt2410.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-qt2410.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-qt2410.c b/arch/arm/mach-s3c2410/mach-qt2410.c index ac94d561b6c9..612f62469525 100644 --- a/arch/arm/mach-s3c2410/mach-qt2410.c +++ b/arch/arm/mach-s3c2410/mach-qt2410.c | |||
@@ -112,6 +112,7 @@ static struct s3c2410fb_display qt2410_lcd_cfg[] __initdata = { | |||
112 | .width = 640, | 112 | .width = 640, |
113 | .height = 480, | 113 | .height = 480, |
114 | 114 | ||
115 | .pixclock = 40000, /* HCLK/4 */ | ||
115 | .xres = 640, | 116 | .xres = 640, |
116 | .yres = 480, | 117 | .yres = 480, |
117 | .bpp = 16, | 118 | .bpp = 16, |
@@ -137,6 +138,7 @@ static struct s3c2410fb_display qt2410_lcd_cfg[] __initdata = { | |||
137 | .type = S3C2410_LCDCON1_TFT, | 138 | .type = S3C2410_LCDCON1_TFT, |
138 | .width = 480, | 139 | .width = 480, |
139 | .height = 640, | 140 | .height = 640, |
141 | .pixclock = 40000, /* HCLK/4 */ | ||
140 | .xres = 480, | 142 | .xres = 480, |
141 | .yres = 640, | 143 | .yres = 640, |
142 | .bpp = 16, | 144 | .bpp = 16, |
@@ -162,6 +164,7 @@ static struct s3c2410fb_display qt2410_lcd_cfg[] __initdata = { | |||
162 | .type = S3C2410_LCDCON1_TFT, | 164 | .type = S3C2410_LCDCON1_TFT, |
163 | .width = 240, | 165 | .width = 240, |
164 | .height = 320, | 166 | .height = 320, |
167 | .pixclock = 100000, /* HCLK/10 */ | ||
165 | .xres = 240, | 168 | .xres = 240, |
166 | .yres = 320, | 169 | .yres = 320, |
167 | .bpp = 16, | 170 | .bpp = 16, |