mailbox: qcom-apcs-ipc: Add QCM2290 APCS IPC support
authorShawn Guo <shawn.guo@linaro.org>
Tue, 14 Sep 2021 01:40:50 +0000 (09:40 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 16 Oct 2021 19:39:49 +0000 (14:39 -0500)
Enable QCM2290 APCS IPC support by adding the compatible.  It reuses
msm8994_apcs_data.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/qcom-apcs-ipc-mailbox.c

index 12d9bab434283d3cbe775be6ee7f696b1b5c3d7c..9325d2abc745baf8155ec7eaacaa71b390022568 100644 (file)
@@ -149,6 +149,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
        { .compatible = "qcom,msm8994-apcs-kpss-global", .data = &msm8994_apcs_data },
        { .compatible = "qcom,msm8996-apcs-hmss-global", .data = &msm8996_apcs_data },
        { .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8994_apcs_data },
+       { .compatible = "qcom,qcm2290-apcs-hmss-global", .data = &msm8994_apcs_data },
        { .compatible = "qcom,qcs404-apcs-apps-global", .data = &msm8916_apcs_data },
        { .compatible = "qcom,sc7180-apss-shared", .data = &apps_shared_apcs_data },
        { .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data },