summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2010-04-12 11:17:35 +0200
committerPedro Perez de Heredia <pedro.perez@digi.com>2010-04-12 11:17:35 +0200
commit7018b0528014c02908d436d48b696c98fa3508d8 (patch)
tree2300afd8a9c864bb407c6d3056f0ac670515a8ee
parente11ebaea3fb426ad4c479cd31cc19f17c51e49a7 (diff)
ccmwx51js: modified lcd timing for display LQ070Y3DG3B
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
-rw-r--r--arch/arm/mach-mx51/displays/LQ070Y3DG3B.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mx51/displays/LQ070Y3DG3B.h b/arch/arm/mach-mx51/displays/LQ070Y3DG3B.h
index e4fa222ed5ee..8cf33b65fd6b 100644
--- a/arch/arm/mach-mx51/displays/LQ070Y3DG3B.h
+++ b/arch/arm/mach-mx51/displays/LQ070Y3DG3B.h
@@ -9,14 +9,13 @@ static struct fb_videomode lq70y3dg3b = {
.refresh = 60,
.xres = 800,
.yres = 480,
- .pixclock = 29000,
+ .pixclock = 33000,
.left_margin = 0,
.right_margin = 50,
.upper_margin = 25,
.lower_margin = 10,
.hsync_len = 128,
.vsync_len = 10,
- .sync = FB_SYNC_CLK_LAT_FALL,
.vmode = FB_VMODE_NONINTERLACED,
.flag = 0,
};