mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user