aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/qcom-apcs-ipc-mailbox.c
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2018-03-27 11:54:26 -0400
committerJassi Brar <jaswinder.singh@linaro.org>2018-06-06 12:51:59 -0400
commit61a2f6db77ab119930910bad0d507d680bdf0d77 (patch)
treeeb287af45a1af84da857b1414eadebddae586eda /drivers/mailbox/qcom-apcs-ipc-mailbox.c
parentffbded7dee975632f5ca56e565e68e84457f9213 (diff)
mailbox: qcom: Add msm8998 hmss compatible
The Qualcomm MSM8998 platform has a APCS HMSS GLOBAL block, add the compatible for this. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Rob Herring <robh@kernel.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 57bde0dfd12f..f47af1e9f897 100644
--- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
+++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
@@ -125,6 +125,7 @@ static int qcom_apcs_ipc_remove(struct platform_device *pdev)
125static const struct of_device_id qcom_apcs_ipc_of_match[] = { 125static const struct of_device_id qcom_apcs_ipc_of_match[] = {
126 { .compatible = "qcom,msm8916-apcs-kpss-global", .data = (void *)8 }, 126 { .compatible = "qcom,msm8916-apcs-kpss-global", .data = (void *)8 },
127 { .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 }, 127 { .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
128 { .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 },
128 {} 129 {}
129}; 130};
130MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); 131MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);