rk mipi: disable non-continued function of mipi clock
authorchenyifu <chenyf@rock-chips.com>
Wed, 31 Dec 2014 07:10:03 +0000 (15:10 +0800)
committerchenyifu <chenyf@rock-chips.com>
Wed, 31 Dec 2014 07:10:03 +0000 (15:10 +0800)
Not all the mipi panel support the non-continued function.
So it is better not support this function in SDK. We can
offer single patch for them who need this function.

Signed-off-by: chenyifu <chenyf@rock-chips.com>
drivers/video/rockchip/transmitter/rk32_mipi_dsi.c

index a7f5bd1cb8e65a75f61ae1584e197e827bc6facb..35cedb848946ab53a2720452ea2762d22383d9af 100755 (executable)
@@ -902,7 +902,7 @@ static int rk32_mipi_dsi_host_init(struct dsi *dsi)
        rk32_dsi_set_bits(dsi, 0, phy_tx_triggers);
        
        /* enable non-continued function */
-       rk32_dsi_set_bits(dsi, 1, auto_clklane_ctrl);
+       /* rk32_dsi_set_bits(dsi, 1, auto_clklane_ctrl); */
        /*
        rk32_dsi_set_bits(dsi, 1, phy_txexitulpslan);
        rk32_dsi_set_bits(dsi, 1, phy_txexitulpsclk);