mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 12:21:03 +02:00
video: sharp-lq101r1sx01: add missing LPM flag
Add missing MIPI_DSI_MODE_LPM mode flag. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
e0a93d3a22
commit
188fc54f97
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user