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

This commit is contained in:
Linux Build Service Account 2018-08-10 11:08:40 -07:00 committed by Gerrit - the friendly Code Review server
commit bf2009f9d8

View file

@ -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;
}