The JD9365DA-H3 uses DSI LPM for command transmissions, make sure
this is configured correctly in the DSI mode flags.

Suggested-by: Hugo Villeneuve <[email protected]>
Signed-off-by: Marc-Olivier Champagne 
<[email protected]>
---
 drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c 
b/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
index f6b04de1182e..1ef0c937863a 100644
--- a/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
+++ b/drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
@@ -2950,7 +2950,8 @@ static int jadard_dsi_probe(struct mipi_dsi_device *dsi)
        else
                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_MODE_LPM;
 
        dsi->format = desc->format;
        dsi->lanes = desc->lanes;
-- 
2.34.1

Reply via email to