video: rockchip: edp: runtime get sync in probe if support uboot display

Change-Id: I0373ef165cf7e21410b05159d4ed25c69bf05d5e
Signed-off-by: xubilv <xbl@rock-chips.com>
This commit is contained in:
xubilv
2016-09-18 15:46:03 +08:00
committed by Huang, Tao
parent 86cea99f80
commit 1ac737f21c

View File

@@ -1829,6 +1829,8 @@ static int rk32_edp_probe(struct platform_device *pdev)
rk32_edp_clk_disable(edp);
pm_runtime_enable(&pdev->dev);
if (support_uboot_display())
pm_runtime_get_sync(&pdev->dev);
rk32_edp = edp;
rk_fb_trsm_ops_register(&trsm_edp_ops, SCREEN_EDP);