Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: mipi_dsi: dsi_mcux_2l add msg flag for low power mode
Previous version of dsi_mcux_2l hardcoded some MIPI DSI transfers to use high speed mode but others used low power mode. Now dsi_mcux_2l will use high speed mode by default for all transfers unless a new msg flag is set to indicate the transfer must use low power mode. Note that the new flag is different than the existing MIPI_DSI_MODE_LPM flag, which so far only applied to cmd messages sent in video mode, or could be interpreted as for all messages, but would not allow per message mode control. This new message flag allows client to control transfer mode per message transfer. (cherry picked from commit 4844d01) Original-Signed-off-by: Mike J. Chen <mjchen@google.com> GitOrigin-RevId: 4844d01 Change-Id: Iae8c9974a85b4d6bf1320afe29250548e17719b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4971827 Commit-Queue: Al Semjonovs <asemjonovs@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com> Tested-by: Al Semjonovs <asemjonovs@google.com>
- Loading branch information