Merge "soc: qcom: pil: Disable a clock to maintain clock state across modem SSR"
This commit is contained in:
commit
bf2009f9d8
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue