MIPI: fixed mipi merge error

This commit is contained in:
xjh
2014-05-11 10:42:19 +08:00
parent c18a6da213
commit 83f21e6978

View File

@@ -114,6 +114,7 @@ static void rk_mipi_screen_cmd_init(struct mipi_screen *screen)
else if (dcs_cmd->dcs_cmd.dsi_id == 2){
MIPI_SCREEN_DBG("dcs_cmd.dsi_id == 2 line=%d\n",__LINE__);
dsi_send_packet(0, cmds, len);
dsi_send_packet(1, cmds, len);
}
else{
MIPI_SCREEN_DBG("dsi is err.");