Re: [v2 0/2] Add driver for BOE tv110c9m-ll3 panel

From: yangcong
Date: Mon Aug 23 2021 - 21:41:34 EST


Hi Sam,
This driver support boe tv1110c9m-ll3 and inx hj110iz-01a panel.The IC chip is used NT36523, which is a new IC.

1: panel-boe-tv101wum-nl6.c driver cannot meet the timing requirements of the current two panel.

2: The screen cannot be work in HS mode, panel-boe-tv101wum-nl6.c will switch to HS mode when boe_panel_enter_sleep_mode.

static int boe_panel_enter_sleep_mode(struct boe_panel *boe)
{
struct mipi_dsi_device *dsi = boe->dsi;
int ret;

dsi->mode_flags &= ~MIPI_DSI_MODE_LPM;
...
...
}

thanks.