summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c')
-rw-r--r--drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c
index c5d2cddf9273..f422516aa354 100644
--- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c
+++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c
@@ -245,6 +245,7 @@ static int cdns_mhdp_imx_resume(struct device *dev)
struct imx_mhdp_device *imx_mhdp = dev_get_drvdata(dev);
cdns_mhdp_plat_call(&imx_mhdp->mhdp, resume);
+ cdns_mhdp_plat_call(&imx_mhdp->mhdp, phy_set);
return 0;
}