diff options
| -rw-r--r-- | drivers/video/omap2/dss/hdmi_panel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/hdmi_panel.c b/drivers/video/omap2/dss/hdmi_panel.c index 2feb2cdfb60f..69fb115bab32 100644 --- a/drivers/video/omap2/dss/hdmi_panel.c +++ b/drivers/video/omap2/dss/hdmi_panel.c | |||
| @@ -67,6 +67,8 @@ static int hdmi_panel_probe(struct omap_dss_device *dssdev) | |||
| 67 | dssdev->panel.timings.x_res, | 67 | dssdev->panel.timings.x_res, |
| 68 | dssdev->panel.timings.y_res); | 68 | dssdev->panel.timings.y_res); |
| 69 | 69 | ||
| 70 | omapdss_hdmi_display_set_timing(dssdev, &dssdev->panel.timings); | ||
| 71 | |||
| 70 | return 0; | 72 | return 0; |
| 71 | } | 73 | } |
| 72 | 74 | ||
