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.