drm/panel: boe-tv101wum-nl6: Remove extra delay
authorShuijing Li <shuijing.li@mediatek.com>
Mon, 15 May 2023 09:49:54 +0000 (17:49 +0800)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 15 May 2023 12:51:15 +0000 (14:51 +0200)
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
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c

index 783234ae0f5761e965d72e1446f1ced46a913a24..a5652d38acdaa36836888116998d1dd6a53f7544 100644 (file)
@@ -780,7 +780,6 @@ static const struct panel_init_cmd inx_hj110iz_init_cmd[] = {
 };
 
 static const struct panel_init_cmd boe_init_cmd[] = {
-       _INIT_DELAY_CMD(24),
        _INIT_DCS_CMD(0xB0, 0x05),
        _INIT_DCS_CMD(0xB1, 0xE5),
        _INIT_DCS_CMD(0xB3, 0x52),