summaryrefslogtreecommitdiff
path: root/drivers/video/sharp-lq101r1sx01.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sharp-lq101r1sx01.c')
-rw-r--r--drivers/video/sharp-lq101r1sx01.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sharp-lq101r1sx01.c b/drivers/video/sharp-lq101r1sx01.c
index 5d8453fd796..4fdf0da8a94 100644
--- a/drivers/video/sharp-lq101r1sx01.c
+++ b/drivers/video/sharp-lq101r1sx01.c
@@ -255,6 +255,7 @@ static int sharp_lq101r1sx01_probe(struct udevice *dev)
/* fill characteristics of DSI data link */
plat->lanes = 4;
plat->format = MIPI_DSI_FMT_RGB888;
+ plat->mode_flags = MIPI_DSI_MODE_LPM;
return sharp_lq101r1sx01_hw_init(dev);
}