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

Commit e0e38ce9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: clock-local2: Add set rate ops for gate clock"

parents af4304de bfa9a8f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1520,6 +1520,7 @@ struct clk_ops clk_ops_vote = {
struct clk_ops clk_ops_gate = {
	.enable = gate_clk_enable,
	.disable = gate_clk_disable,
	.set_rate = parent_set_rate,
	.get_rate = parent_get_rate,
	.round_rate = parent_round_rate,
	.handoff = gate_clk_handoff,