summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/qcom-apcs-ipc-mailbox.c
diff options
context:
space:
mode:
authorSibi Sankar2018-04-25 16:38:02 +0200
committerJassi Brar2018-06-06 18:51:59 +0200
commit05e99a7d143eb2fbbd0f03bfd8748ba0d90c1c44 (patch)
tree4087232a440198e7197a07edbbef03a83ffb8b45 /drivers/mailbox/qcom-apcs-ipc-mailbox.c
parentdt-bindings: mailbox: Add APSS shared binding for SDM845 SoCs (diff)
downloadkernel-qcow2-linux-05e99a7d143eb2fbbd0f03bfd8748ba0d90c1c44.tar.gz
kernel-qcow2-linux-05e99a7d143eb2fbbd0f03bfd8748ba0d90c1c44.tar.xz
kernel-qcow2-linux-05e99a7d143eb2fbbd0f03bfd8748ba0d90c1c44.zip
mailbox: Add support for Qualcomm SDM845 SoCs
Add the corresponding APSS shared offset for SDM845 SoC Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
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 f47af1e9f897..333ed4a9d4b8 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[] = {
{ .compatible = "qcom,msm8916-apcs-kpss-global", .data = (void *)8 },
{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 },
+ { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);