summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-07-26 11:38:51 +0800
committerJustin Waters <justin.waters@timesys.com>2010-12-17 12:10:56 -0500
commitda1d4f5daa2a7d8863df4ebe611e4686ab685f70 (patch)
tree0f49411dd90741ba7c30e4dcf72015932ef35656
parent4fe69745a62f997a010d6af4680543c4cb4297c1 (diff)
ENGR00125552-2 LDB:Change LDB related video mode names
Change LDB related video mode names to align with MSL code change. Signed-off-by: Liu Ying <b17645@freescale.com> (cherry picked from commit 4356737e33c837d038b99b9c77e1a3310f162e19)
-rw-r--r--drivers/video/mxc/ldb.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/video/mxc/ldb.c b/drivers/video/mxc/ldb.c
index 8031f5818d92..e5cb38212adc 100644
--- a/drivers/video/mxc/ldb.c
+++ b/drivers/video/mxc/ldb.c
@@ -111,8 +111,7 @@ DEFINE_SPINLOCK(ldb_lock);
struct fb_videomode mxcfb_ldb_modedb[] = {
{
- /* 1080p LVDS panel */
- "LDB-1080p", 60, 1920, 1080, 7692,
+ "1080P60", 60, 1920, 1080, 7692,
100, 40,
30, 3,
10, 2,
@@ -120,8 +119,7 @@ struct fb_videomode mxcfb_ldb_modedb[] = {
FB_VMODE_NONINTERLACED,
0,},
{
- /* XGA LVDS panel */
- "LDB-XGA", 60, 1024, 768, 15385,
+ "XGA", 60, 1024, 768, 15385,
220, 40,
21, 7,
60, 10,