MLK-17370 video: fbdev: mxc_edid: change '640x480' mode clock
authorFancy Fang <chen.fang@nxp.com>
Mon, 15 Jan 2018 07:34:13 +0000 (15:34 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:52:52 +0000 (14:52 -0500)
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>
drivers/video/fbdev/mxc/mxc_edid.c

index 23110ce..02563d8 100644 (file)
@@ -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 */