summaryrefslogtreecommitdiff
path: root/drivers/video/mxc_hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/mxc_hdmi.c')
-rw-r--r--drivers/video/mxc_hdmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/mxc_hdmi.c b/drivers/video/mxc_hdmi.c
index 1832a5998d2d..9e23bdea331f 100644
--- a/drivers/video/mxc_hdmi.c
+++ b/drivers/video/mxc_hdmi.c
@@ -2362,6 +2362,8 @@ static int __devinit mxc_hdmi_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, hdmi);
+ mxc_dispdrv_setdev(hdmi->disp_mxc_hdmi, &pdev->dev);
+
return 0;
edispdrv:
platform_device_put(hdmi->core_pdev);