Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22fd99e9 authored by Sean Paul's avatar Sean Paul
Browse files

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: default avatarSandeep Panda <spanda@codeaurora.org>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180813213058.184821-2-sean@poorly.run
parent 2ead1be5
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -1385,6 +1385,9 @@ static const struct panel_desc innolux_tv123wam = {
		.width = 259,
		.width = 259,
		.height = 173,
		.height = 173,
	},
	},
	.delay = {
		.unprepare = 500,
	},
};
};


static const struct drm_display_mode innolux_zj070na_01p_mode = {
static const struct drm_display_mode innolux_zj070na_01p_mode = {