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

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

Merge "soc: qcom: pil: Disable a clock to maintain clock state across modem SSR"

parents 5af3bac0 c4273f6c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -331,6 +331,9 @@ int pil_mss_shutdown(struct pil_desc *pil)
		drv->is_booted = false;
	}

	if (drv->mx_spike_wa && drv->ahb_clk_vote)
		clk_disable_unprepare(drv->ahb_clk);

	return ret;
}