aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIskren Chernev <[email protected]>2021-06-27 21:58:28 +0300
committerJassi Brar <[email protected]>2021-08-30 00:28:34 -0500
commitdc2b8edfa3b3e691fa43694c4bd1e16b682393e1 (patch)
tree7ce4036cbf718f45ea980aabc951ce4db3fc8c57
parentaffa8da916e87c63086f5f1fdda8fe7b7b366972 (diff)
mailbox: qcom: Add support for SM6115 APCS IPC
Qcom SM4250/6115, have APCS mailbox setup similar to msm8998 and msm8916. Signed-off-by: Iskren Chernev <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
-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 03bdc96dc457..f51594208adb 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -173,6 +173,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
{ .compatible = "qcom,sm6125-apcs-hmss-global", .data = &sm6125_apcs_data },
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
+ { .compatible = "qcom,sm6115-apcs-hmss-global", .data = &sdm660_apcs_data },
{ .compatible = "qcom,sdx55-apcs-gcc", .data = &sdx55_apcs_data },
{}
};