disp: msm: dsi: Add support to keep display reset pin high

This change adds support to keep display reset pin high during
suspend state.

Change-Id: I8fab43d8f7b30fce72cc95277d016b72b914aa99
Signed-off-by: Ritesh Kumar <riteshk@codeaurora.org>
Signed-off-by: Steve Cohen <cohens@codeaurora.org>
This commit is contained in:
Ritesh Kumar
2020-06-08 13:02:56 +05:30
committed by Steve Cohen
parent d8ffbf3d39
commit 269ead80c7
2 changed files with 6 additions and 2 deletions

View File

@@ -226,6 +226,7 @@ struct dsi_panel {
bool ulps_feature_enabled;
bool ulps_suspend_enabled;
bool allow_phy_power_off;
bool reset_gpio_always_on;
atomic_t esd_recovery_pending;
bool panel_initialized;