rk mipi: disable non-continued function of mipi clock

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>
This commit is contained in:
chenyifu
2014-12-31 15:10:03 +08:00
parent aad244ef1d
commit c540072d45

View File

@@ -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);