commit | 6290d18c13b36991a1b54dcf1d20e8a28e6ddd44 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Tue Mar 19 23:23:46 2024 +0000 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu May 02 21:26:32 2024 +0300 |
tree | a0fbcab7c18da2ac3f075f03e0631fc1ff986d61 | |
parent | 5c2d25f93edb33c66c4b77914972a5d5380e784a [diff] |
drivers: display: display_hx8394: use MIPI LPM during init commands Although not documented in the HX8394 datasheet, it seems that the display fails to initialize if MIPI HS mode is used to send configuration commands. Therefore, we must make sure all initialization commands are sent with the MIPI_DSI_MSG_USE_LPM flag set. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>