MIPI: fix the first wake-up not display bug.

Signed-off-by: xubilv <xbl@rock-chips.com>
This commit is contained in:
xubilv
2015-07-14 13:55:42 +08:00
parent 9e30271c2c
commit 248ccf1164

View File

@@ -1918,6 +1918,7 @@ static int rk32_mipi_dsi_probe(struct platform_device *pdev)
clk_prepare_enable(dsi->dsi_host_pclk);
clk_prepare_enable(dsi->dsi_pd);
dsi->clk_on = 1;
udelay(10);
}