diff options
| author | Fancy Fang <chen.fang@nxp.com> | 2018-01-15 15:34:13 +0800 |
|---|---|---|
| committer | Jason Liu <jason.hui.liu@nxp.com> | 2019-02-12 10:30:11 +0800 |
| commit | 6ab4068aa1770dce623de70afb05978eade69304 (patch) | |
| tree | 807f55d99b3faca4641d8c0fde4284444c4e7e14 /drivers/video | |
| parent | 0dcce7af2589b260db3fcc8f5529b36f8ee3c793 (diff) | |
MLK-17370 video: fbdev: mxc_edid: change '640x480' mode clock
For the '640x480' cea mode, change the 'pixclock' from
39722 ps to 39683 ps to satisfy the imx7ulp hdmi display
requirement.
Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Diffstat (limited to 'drivers/video')
| -rw-r--r-- | drivers/video/fbdev/mxc/mxc_edid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mxc/mxc_edid.c b/drivers/video/fbdev/mxc/mxc_edid.c index 23110ce784db..02563d8781cc 100644 --- a/drivers/video/fbdev/mxc/mxc_edid.c +++ b/drivers/video/fbdev/mxc/mxc_edid.c @@ -41,7 +41,7 @@ const struct fb_videomode mxc_cea_mode[64] = { /* #1: 640x480p@59.94/60Hz 4:3 */ [1] = { - NULL, 60, 640, 480, 39722, 48, 16, 33, 10, 96, 2, 0, + NULL, 60, 640, 480, 39683, 48, 16, 33, 10, 96, 2, 0, FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, 0, }, /* #2: 720x480p@59.94/60Hz 4:3 */ |
