summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/qcom-apcs-ipc-mailbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mailbox/qcom-apcs-ipc-mailbox.c')
-rw-r--r--drivers/mailbox/qcom-apcs-ipc-mailbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
index a74ac6c77b9e..043b5a726ce2 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -126,6 +126,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
126 { .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 }, 126 { .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 },
127 { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 }, 127 { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
128 { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 }, 128 { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
129 { .compatible = "qcom,ipq8074-apcs-apps-global", .data = (void *)8 },
129 {} 130 {}
130}; 131};
131MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); 132MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);