Skip to content

Commit

Permalink
drm/tegra: hdmi: Resets are synchronous
Browse files Browse the repository at this point in the history
Resets on Tegra are synchronous, so keep the clock enabled while
asserting the reset.

Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Thierry Reding committed Apr 2, 2015
1 parent 9d910b6 commit 375e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/tegra/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,8 @@ static int tegra_hdmi_exit(struct host1x_client *client)

tegra_output_exit(&hdmi->output);

clk_disable_unprepare(hdmi->clk);
reset_control_assert(hdmi->rst);
clk_disable_unprepare(hdmi->clk);

regulator_disable(hdmi->vdd);
regulator_disable(hdmi->pll);
Expand Down

0 comments on commit 375e118

Please sign in to comment.