Skip to content

Commit

Permalink
Revert "OMAP: DSS2: HDMI: fix hdmi clock name"
Browse files Browse the repository at this point in the history
This reverts commit df5d3ed.

The HDMI clock name has been fixed in HWMOD data.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 20, 2011
1 parent bfe4f8d commit 3393b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1704,9 +1704,9 @@ static int hdmi_get_clocks(struct platform_device *pdev)

hdmi.sys_clk = clk;

clk = clk_get(&pdev->dev, "dss_48mhz_clk");
clk = clk_get(&pdev->dev, "fck");
if (IS_ERR(clk)) {
DSSERR("can't get hdmi_clk\n");
DSSERR("can't get fck\n");
clk_put(hdmi.sys_clk);
return PTR_ERR(clk);
}
Expand Down

0 comments on commit 3393b85

Please sign in to comment.