From: Luca Weiss Date: Sat, 23 Apr 2022 15:50:56 +0000 (+0200) Subject: remoteproc: qcom: pas: Add MSM8226 ADSP support X-Git-Tag: v5.19-rc1~82^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb4f07cc93995ebad7725512c0edc903c693037f;p=thirdparty%2Flinux.git remoteproc: qcom: pas: Add MSM8226 ADSP support Add a config for the ADSP present on MSM8226. Signed-off-by: Luca Weiss Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220423155059.660387-2-luca@z3ntu.xyz --- diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c index 06c6dc34f2e02..6ae39c5653b1c 100644 --- a/drivers/remoteproc/qcom_q6v5_pas.c +++ b/drivers/remoteproc/qcom_q6v5_pas.c @@ -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},