Skip to content

Commit a6d508c

Browse files
AntonioBorneogregkh
authored andcommitted
drm/panel: otm8009a: allow using non-continuous dsi clock
commit 880ee3b upstream. The panel is able to work when dsi clock is non-continuous, thus the system power consumption can be reduced using such feature. Add MIPI_DSI_CLOCK_NON_CONTINUOUS to panel's mode_flags. Changes in v2: - Added my signed-off Signed-off-by: Antonio Borneo <[email protected]> Signed-off-by: Yannick Fertre <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Cc: "Alex G." <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fd21e00 commit a6d508c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-orisetech-otm8009a.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ static int otm8009a_probe(struct mipi_dsi_device *dsi)
452452
dsi->lanes = 2;
453453
dsi->format = MIPI_DSI_FMT_RGB888;
454454
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
455-
MIPI_DSI_MODE_LPM;
455+
MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS;
456456

457457
drm_panel_init(&ctx->panel, dev, &otm8009a_drm_funcs,
458458
DRM_MODE_CONNECTOR_DSI);

0 commit comments

Comments
 (0)