MIPI: fixed mipi merge error
authorxjh <xujh@rock-chips.com>
Sun, 11 May 2014 02:42:19 +0000 (10:42 +0800)
committerxjh <xujh@rock-chips.com>
Sun, 11 May 2014 02:42:19 +0000 (10:42 +0800)
drivers/video/rockchip/screen/lcd_mipi.c

index 023a873ea5084c60de0d53a0292853231af4b126..9689f5af9d021b1a7e1b42a19923aeed9f577ca9 100755 (executable)
@@ -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.");