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

Commit ede2fdf6 authored by Jeffy Chen's avatar Jeffy Chen Committed by Sean Paul
Browse files

drm: bridge: analogix: Disable clock when unbinding

parent 7b017a58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1449,6 +1449,7 @@ void analogix_dp_unbind(struct device *dev, struct device *master,

	drm_dp_aux_unregister(&dp->aux);
	pm_runtime_disable(dev);
	clk_disable_unprepare(dp->clock);
}
EXPORT_SYMBOL_GPL(analogix_dp_unbind);