提交 4107102d 编写于 作者: R Ramon Fried 提交者: Bjorn Andersson

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: NSibi Sankar <sibis@codeaurora.org>
Signed-off-by: NRamon Fried <ramon.fried@gmail.com>
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 74f27202
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册