Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: rm67191: Remove CLOCK_NON_CONTINUOUS flag

The flag MIPI_DSI_CLOCK_NON_CONTINUOUS was wrong used in the DSI driver,
so it was added to this panel, but not necessary.
So, remove this flag since it is not needed.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/1598626713-5595-1-git-send-email-robert.chiras@oss.nxp.com

authored by

Robert Chiras and committed by
Sam Ravnborg
3b634b47 bca684e6

+1 -2
+1 -2
drivers/gpu/drm/panel/panel-raydium-rm67191.c
··· 552 552 panel->dsi = dsi; 553 553 554 554 dsi->format = MIPI_DSI_FMT_RGB888; 555 - dsi->mode_flags = MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_VIDEO | 556 - MIPI_DSI_CLOCK_NON_CONTINUOUS; 555 + dsi->mode_flags = MIPI_DSI_MODE_VIDEO_HSE | MIPI_DSI_MODE_VIDEO; 557 556 558 557 ret = of_property_read_u32(np, "video-mode", &video_mode); 559 558 if (!ret) {