diff options
author | Tapani <tapani@vmail.me> | 2013-05-21 11:27:02 +0800 |
---|---|---|
committer | John Weber <rjohnweber@gmail.com> | 2013-07-28 23:46:24 -0500 |
commit | 6d2bd43769a751452bd79515e844b4250b1d39b8 (patch) | |
tree | 94cb53442ccadf1bba46fce5cda5978490a79eb9 | |
parent | 554bfeda0e15ba0a2680be9e04fa8f732b99208e (diff) | |
download | linux-6d2bd43769a751452bd79515e844b4250b1d39b8.tar.gz |
Fix signal type for AUO 97G070 LVDS panel
-rw-r--r-- | drivers/video/mxc/ldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/ldb.c b/drivers/video/mxc/ldb.c index 7d652893512e..b61b4728f441 100644 --- a/drivers/video/mxc/ldb.c +++ b/drivers/video/mxc/ldb.c @@ -110,7 +110,7 @@ static struct fb_videomode ldb_modedb[] = { 89, 164, 23, 10, 10, 10, - FB_SYNC_CLK_LAT_FALL, + FB_SYNC_HOR_HIGH_ACT, FB_VMODE_NONINTERLACED, 0,}, { |