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

Commit a42f6e3f authored by Yakir Yang's avatar Yakir Yang Committed by Thierry Reding
Browse files

drm/panel: simple: Add delay timing for Sharp LQ123P1JX31



According to page 16 of the Sharp LQ123P1JX31 datasheet, we need to add
the missing delay timing. Panel prepare time should be t1 (0.5 to 10 ms)
plus t3 (0 to 100 ms), panel enable time should equal to t7 (0 to 50 ms)
and panel unprepare time should be t11 (1 to 50 ms) plus t12 (500 ms).

Signed-off-by: default avatarYakir Yang <ykk@rock-chips.com>
Reviewed-by: default avatarSean Paul <seanpaul@chromium.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1a9d7593
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1384,6 +1384,11 @@ static const struct panel_desc sharp_lq123p1jx31 = {
		.width = 259,
		.height = 173,
	},
	.delay = {
		.prepare = 110,
		.enable = 50,
		.unprepare = 550,
	},
};

static const struct drm_display_mode shelly_sca07010_bfn_lnn_mode = {