remoteproc: qcom_q6v5: don't auto boot remote processor

Sometimes that rmtfs userspace module is not brought
up fast enough and the modem crashes.
disabling automated boot in the driver and triggering
the boot from user-space sovles the problem.

Acked-by: Sibi Sankar <sibis@codeaurora.org>
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Ramon Fried 2018-05-24 22:21:41 +03:00 committed by Bjorn Andersson
parent 74f2720265
commit 4107102d60
1 changed files with 2 additions and 0 deletions

View File

@ -1269,6 +1269,8 @@ static int q6v5_probe(struct platform_device *pdev)
return -ENOMEM;
}
rproc->auto_boot = false;
qproc = (struct q6v5 *)rproc->priv;
qproc->dev = &pdev->dev;
qproc->rproc = rproc;