remoteproc: qcom: pas: Add sm6115 remoteprocs
authorBhupesh Sharma <bhupesh.sharma@linaro.org>
Sat, 28 Jan 2023 05:35:03 +0000 (11:05 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 14 Feb 2023 17:08:07 +0000 (09:08 -0800)
Among the subsystems in the Qualcomm sm6115 platform we find
audio, compute and modem DSPs.

Add support for controlling these using the peripheral
authentication service (PAS) remoteproc driver.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230128053504.2099620-1-bhupesh.sharma@linaro.org
drivers/remoteproc/qcom_q6v5_pas.c

index 7418f0e..3b735ff 100644 (file)
@@ -1202,6 +1202,9 @@ static const struct of_device_id adsp_of_match[] = {
        { .compatible = "qcom,sdm845-adsp-pas", .data = &sdm845_adsp_resource_init},
        { .compatible = "qcom,sdm845-cdsp-pas", .data = &sdm845_cdsp_resource_init},
        { .compatible = "qcom,sdx55-mpss-pas", .data = &sdx55_mpss_resource},
+       { .compatible = "qcom,sm6115-adsp-pas", .data = &adsp_resource_init},
+       { .compatible = "qcom,sm6115-cdsp-pas", .data = &cdsp_resource_init},
+       { .compatible = "qcom,sm6115-mpss-pas", .data = &sc8180x_mpss_resource},
        { .compatible = "qcom,sm6350-adsp-pas", .data = &sm6350_adsp_resource},
        { .compatible = "qcom,sm6350-cdsp-pas", .data = &sm6350_cdsp_resource},
        { .compatible = "qcom,sm6350-mpss-pas", .data = &mpss_resource_init},