Hi,Bio_TICFSL:
Thank you for your reply,my mipi panel is customized,Only need to write 0X11和0X29 can light up display,Now I have succeeded light up in the kernel,the operation is as follows: mipi_dsi_dcs_exit_sleep_mode(dsi); mipi_dsi_dcs_set_display_on(dsi); NOW I want to implement it in uboot,he operation is as follows: mipi_dsi_dcs_write(MIPI_DCS_EXIT_SLEEP_MODE, NULL, 0); mipi_dsi_dcs_write(MIPI_DCS_SET_DISPLAY_ON, NULL, 0); DSI_D0--DSI_D3 have signal,but DSI_CLK0P/DSI_CLK0M is not up(NO signal) How to open the DSI_clock?? if open DSI_clock,mipi may be light up.. Could you provide any insight of how to fix this issue? think you !!!