drm/panel: simple: tv123wam: Add unprepare delay

The panel datasheet specifies a 500ms delay after power-down before
re-enabling.

Changes in v2:
- None
Changes in v3:
- Added to the set

Cc: Sandeep Panda <spanda@codeaurora.org>
Reviewed-by: Sandeep Panda <spanda@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180813213058.184821-2-sean@poorly.run
This commit is contained in:
Sean Paul 2018-08-13 17:30:40 -04:00
parent 2ead1be54b
commit 22fd99e948
1 changed files with 3 additions and 0 deletions

View File

@ -1385,6 +1385,9 @@ static const struct panel_desc innolux_tv123wam = {
.width = 259,
.height = 173,
},
.delay = {
.unprepare = 500,
},
};
static const struct drm_display_mode innolux_zj070na_01p_mode = {