MLK-3056-2 drm/panel: rm67191: change clock rate to 121MHz for default mode

The latest batch of RM67191 panels have an issue that the panel display
will get blurred and have no response to later display actions when read
data from panel through DSI interface.

And decrease the pixel clock rate to 121MHz which means decrease the
panel's frame rate from 60.02Hz to 55.02Hz can solve this issue, so
do this change to make RM67191 display more stable.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
This commit is contained in:
Fancy Fang
2021-01-28 12:19:17 +08:00
parent fe47fb34a4
commit 4193a9c325

View File

@ -143,7 +143,7 @@ struct rad_platform_data {
};
static const struct drm_display_mode default_mode = {
.clock = 132000,
.clock = 121000,
.hdisplay = 1080,
.hsync_start = 1080 + 20,
.hsync_end = 1080 + 20 + 2,