OSDN Git Service

mailbox: qcom: Add support for IPQ8074 APCS
authorGokul Sriram Palanisamy <gokulsri@codeaurora.org>
Fri, 13 Sep 2019 11:56:08 +0000 (17:26 +0530)
committerJassi Brar <jaswinder.singh@linaro.org>
Tue, 17 Sep 2019 05:53:35 +0000 (00:53 -0500)
Add support of IPQ8074 with IPC register offset as 8.

Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/qcom-apcs-ipc-mailbox.c

index a74ac6c..043b5a7 100644 (file)
@@ -126,6 +126,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
        { .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 },
        { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
        { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
+       { .compatible = "qcom,ipq8074-apcs-apps-global", .data = (void *)8 },
        {}
 };
 MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);