Skip to content

Commit

Permalink
drm/panel: s6d2aa0x62-lpm053a250a: Add flag MIPI_DSI_CLOCK_NON_CONTIN…
Browse files Browse the repository at this point in the history
…UOUS

Without MIPI_DSI_CLOCK_NON_CONTINUOUS, s6d2aa0x62-lpm053a250a will not work.

Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
  • Loading branch information
bolilingmeng89006 committed May 31, 2022
1 parent 523e0d0 commit dcf45c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static int s6d2aa0x_probe(struct mipi_dsi_device *dsi)
dsi->lanes = 4;
dsi->format = MIPI_DSI_FMT_RGB888;
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
MIPI_DSI_MODE_NO_EOT_PACKET;
MIPI_DSI_MODE_NO_EOT_PACKET | MIPI_DSI_CLOCK_NON_CONTINUOUS;

drm_panel_init(&ctx->panel, dev, &s6d2aa0x_panel_funcs,
DRM_MODE_CONNECTOR_DSI);
Expand Down

0 comments on commit dcf45c0

Please sign in to comment.