فهرست منبع

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: Sarangdhar Joshi <spjoshi@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Sarangdhar Joshi 9 سال پیش
والد
کامیت
66a66aa74e
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      drivers/remoteproc/qcom_adsp_pil.c

+ 0 - 5
drivers/remoteproc/qcom_adsp_pil.c

@@ -337,11 +337,6 @@ static int adsp_probe(struct platform_device *pdev)
 	if (!qcom_scm_is_available())
 		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,
 			    desc->firmware_name, sizeof(*adsp));
 	if (!rproc) {