Skip to content

Commit 8096e71

Browse files
dos1superna9999
authored andcommitted
drm/panel: mantix: Don't turn on MIPI peripheral
It's not necessary with these panels. Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260105-mantix-halo-fixes-v1-5-1ebc9b195a34@puri.sm
1 parent c8b5965 commit 8096e71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ static int mantix_enable(struct drm_panel *panel)
8080
mipi_dsi_dcs_set_display_on_multi(&dsi_ctx);
8181
mipi_dsi_usleep_range(&dsi_ctx, 10000, 12000);
8282

83-
mipi_dsi_turn_on_peripheral_multi(&dsi_ctx);
84-
8583
return dsi_ctx.accum_err;
8684
}
8785

0 commit comments

Comments
 (0)