diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-12-13 10:09:26 -0700 |
---|---|---|
committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2013-12-13 10:09:26 -0700 |
commit | c832b1cf3e16a2edb74f13ad0c1a71dd427081b5 (patch) | |
tree | 6dc627fa48f3efad1fb51d7703aad9f49949e3ff | |
parent | 5e13eda4f773fecd4d52a8ff35d430d643540833 (diff) |
LG-9.7: bump pixel clock rate for 62 Hz
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-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 5b8607acfb29..95716e72a015 100644 --- a/drivers/video/mxc/ldb.c +++ b/drivers/video/mxc/ldb.c @@ -121,7 +121,7 @@ static struct fb_videomode ldb_modedb[] = { FB_VMODE_NONINTERLACED, FB_MODE_IS_DETAILED,}, { - "LG-9.7", 60, 1024, 768, 15385, + "LG-9.7", 60, 1024, 768, 10000, 480, 260, 16, 6, 250, 10, |