diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-amlm5900.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-amlm5900.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index 19469340af04..e96b413a114d 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c | |||
@@ -172,12 +172,13 @@ static struct s3c2410fb_display __initdata amlm5900_lcd_info = { | |||
172 | .width = 160, | 172 | .width = 160, |
173 | .height = 160, | 173 | .height = 160, |
174 | 174 | ||
175 | /* commented out until stn patch is submitted | 175 | .type = S3C2410_LCDCON1_STN4, |
176 | * .type = S3C2410_LCDCON1_STN4, | 176 | |
177 | */ | ||
178 | .xres = 160, | 177 | .xres = 160, |
179 | .yres = 160, | 178 | .yres = 160, |
180 | .bpp = 4, | 179 | .bpp = 4, |
180 | .left_margin = 1 << (4 + 3), | ||
181 | .right_margin = 8 << 3, | ||
181 | 182 | ||
182 | .regs = { | 183 | .regs = { |
183 | .lcdcon1 = 0x00008225, | 184 | .lcdcon1 = 0x00008225, |