Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371350
b: refs/heads/master
c: 002d368
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Apr 3, 2013
1 parent da8092c commit b42a385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27831620a6d1b50d1a09f3a5bb3f1451b937b7ed
refs/heads/master: 002d368deeae2e8f2a081b21e4e3c1e2b4e69d9d
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,8 @@ static int __init omapdss_hdmihw_probe(struct platform_device *pdev)
hdmi.ip_data.pll_offset = HDMI_PLLCTRL;
hdmi.ip_data.phy_offset = HDMI_PHY;

hdmi_init_output(pdev);

r = hdmi_panel_init();
if (r) {
DSSERR("can't init panel\n");
Expand All @@ -1100,8 +1102,6 @@ static int __init omapdss_hdmihw_probe(struct platform_device *pdev)

dss_debugfs_create_file("hdmi", hdmi_dump_regs);

hdmi_init_output(pdev);

hdmi_probe_pdata(pdev);

return 0;
Expand Down

0 comments on commit b42a385

Please sign in to comment.