Skip to content

Commit fe7f4e8

Browse files
shuijinglisuperna9999
authored andcommitted
drm/panel: boe-tv101wum-nl6: Remove extra delay
Reduce the delay after LCM reset by removing an extra delay in the initialization commands array. The required delay of at least 6ms after reset is guaranteed by boe_panel_prepare(). Signed-off-by: Shuijing Li <shuijing.li@mediatek.com> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230515094955.15982-2-shuijing.li@mediatek.com
1 parent 0f1cb4d commit fe7f4e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ static const struct panel_init_cmd inx_hj110iz_init_cmd[] = {
780780
};
781781

782782
static const struct panel_init_cmd boe_init_cmd[] = {
783-
_INIT_DELAY_CMD(24),
784783
_INIT_DCS_CMD(0xB0, 0x05),
785784
_INIT_DCS_CMD(0xB1, 0xE5),
786785
_INIT_DCS_CMD(0xB3, 0x52),

0 commit comments

Comments
 (0)