summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-07-26 11:38:05 +0800
committerJustin Waters <justin.waters@timesys.com>2010-12-17 12:10:55 -0500
commit4fe69745a62f997a010d6af4680543c4cb4297c1 (patch)
tree370990161a9587ed1f310772c3ef51395c169d56
parentaa52ab4abd6946861fa22bfb34c1c7da2837e36e (diff)
ENGR00125552-1 MX5:Change LDB related video mode names
Make LDB related video mode names be common names because the video names may be used by other devices besides LVDS panels. Signed-off-by: Liu Ying <b17645@freescale.com> (cherry picked from commit 65ff4bdb388474875d2111b412c6375e0d1ce0c2)
-rw-r--r--arch/arm/mach-mx5/mx53_evk.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c
index 0bad31b57927..443857c76a84 100644
--- a/arch/arm/mach-mx5/mx53_evk.c
+++ b/arch/arm/mach-mx5/mx53_evk.c
@@ -127,7 +127,6 @@ static struct fb_videomode video_modes[] = {
FB_VMODE_INTERLACED | FB_VMODE_ODD_FLD_FIRST,
0,},
{
- /* 720p60 TV output */
"720P60", 60, 1280, 720, 13468,
260, 109,
25, 4,
@@ -137,15 +136,6 @@ static struct fb_videomode video_modes[] = {
FB_VMODE_NONINTERLACED,
0,},
{
- /* MITSUBISHI LVDS panel */
- "XGA", 60, 1024, 768, 15385,
- 220, 40,
- 21, 7,
- 60, 10,
- 0,
- FB_VMODE_NONINTERLACED,
- 0,},
- {
/* 800x480 @ 57 Hz , pixel clk @ 27MHz */
"CLAA-WVGA", 57, 800, 480, 37037, 40, 60, 10, 10, 20, 10,
FB_SYNC_CLK_LAT_FALL,
@@ -162,8 +152,7 @@ static struct fb_videomode video_modes[] = {
FB_VMODE_NONINTERLACED,
0,},
{
- /* 1080p LVDS panel */
- "LDB-1080p", 60, 1920, 1080, 7692,
+ "1080P60", 60, 1920, 1080, 7692,
100, 40,
30, 3,
10, 2,
@@ -171,8 +160,7 @@ static struct fb_videomode video_modes[] = {
FB_VMODE_NONINTERLACED,
0,},
{
- /* XGA LVDS panel */
- "LDB-XGA", 60, 1024, 768, 15385,
+ "XGA", 60, 1024, 768, 15385,
220, 40,
21, 7,
60, 10,