Skip to content

Commit 6965809

Browse files
Xuxin Xiongdianders
authored andcommitted
drm/panel: auo,b101uan08.3: Fine tune the panel power sequence
For "auo,b101uan08.3" this panel, it is stipulated in the panel spec that MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high. Fixes: 56ad624 ("drm/panel: support for auo, b101uan08.3 wuxga dsi video mode panel") Signed-off-by: Xuxin Xiong <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20231114044205.613421-1-xuxinxiong@huaqin.corp-partner.google.com
1 parent ae1aadb commit 6965809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,6 +1709,7 @@ static const struct panel_desc auo_b101uan08_3_desc = {
17091709
.mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
17101710
MIPI_DSI_MODE_LPM,
17111711
.init_cmds = auo_b101uan08_3_init_cmd,
1712+
.lp11_before_reset = true,
17121713
};
17131714

17141715
static const struct drm_display_mode boe_tv105wum_nw0_default_mode = {

0 commit comments

Comments
 (0)