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