Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 375e1184 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: hdmi: Resets are synchronous



Resets on Tegra are synchronous, so keep the clock enabled while
asserting the reset.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9d910b60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);