]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
remoteproc: qcom: pas: Add MSM8226 ADSP support
authorLuca Weiss <luca@z3ntu.xyz>
Sat, 23 Apr 2022 15:50:56 +0000 (17:50 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 6 May 2022 02:19:46 +0000 (21:19 -0500)
Add a config for the ADSP present on MSM8226.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220423155059.660387-2-luca@z3ntu.xyz
drivers/remoteproc/qcom_q6v5_pas.c

index 06c6dc34f2e02cefb83d7b782558a2aabd99688c..6ae39c5653b1c31ebd9d90dcf0bae8fee39d86ef 100644 (file)
@@ -878,6 +878,7 @@ static const struct adsp_data sdx55_mpss_resource = {
 };
 
 static const struct of_device_id adsp_of_match[] = {
+       { .compatible = "qcom,msm8226-adsp-pil", .data = &adsp_resource_init},
        { .compatible = "qcom,msm8974-adsp-pil", .data = &adsp_resource_init},
        { .compatible = "qcom,msm8996-adsp-pil", .data = &msm8996_adsp_resource},
        { .compatible = "qcom,msm8996-slpi-pil", .data = &slpi_resource_init},