mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08:00
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:
parent
2ead1be54b
commit
22fd99e948
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user