mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
remoteproc: qcom: q6v5-pil: Explicitly get mss_restart line
Explicitly get mss_restart to facilitate adding PDC reset line for modem on SDM845 SoCs Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
9a6696155f
commit
9e483efd34
@ -1066,7 +1066,7 @@ static int q6v5_init_clocks(struct device *dev, struct clk **clks,
|
||||
static int q6v5_init_reset(struct q6v5 *qproc)
|
||||
{
|
||||
qproc->mss_restart = devm_reset_control_get_exclusive(qproc->dev,
|
||||
NULL);
|
||||
"mss_restart");
|
||||
if (IS_ERR(qproc->mss_restart)) {
|
||||
dev_err(qproc->dev, "failed to acquire mss restart\n");
|
||||
return PTR_ERR(qproc->mss_restart);
|
||||
|
Loading…
Reference in New Issue
Block a user