提交 66a66aa7 编写于 作者: S Sarangdhar Joshi 提交者: Bjorn Andersson

remoteproc: Drop qcom_scm_pas_supported() from adsp_probe()

SCM call to check whether Peripheral Authentication Service (PAS) is
supported returns false for ADSP on MSM8996. Drop this call from the
driver so that the probe() function succeeds for ADSP PIL device.
Signed-off-by: NSarangdhar Joshi <spjoshi@codeaurora.org>
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 38c6fc32
...@@ -337,11 +337,6 @@ static int adsp_probe(struct platform_device *pdev) ...@@ -337,11 +337,6 @@ static int adsp_probe(struct platform_device *pdev)
if (!qcom_scm_is_available()) if (!qcom_scm_is_available())
return -EPROBE_DEFER; return -EPROBE_DEFER;
if (!qcom_scm_pas_supported(desc->pas_id)) {
dev_err(&pdev->dev, "PAS is not available for subsystem\n");
return -ENXIO;
}
rproc = rproc_alloc(&pdev->dev, pdev->name, &adsp_ops, rproc = rproc_alloc(&pdev->dev, pdev->name, &adsp_ops,
desc->firmware_name, sizeof(*adsp)); desc->firmware_name, sizeof(*adsp));
if (!rproc) { if (!rproc) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册