diff options
author | Sibi Sankar <sibis@codeaurora.org> | 2019-08-07 03:09:55 -0400 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2019-09-17 01:46:24 -0400 |
commit | 08a81d3ac8f1a56b29fcc11a96cb61e7e3d7a08e (patch) | |
tree | ce8c3c7233afdc712079687d78acb502a31b6730 | |
parent | c0f5366f1472577f2db1d35d65a36646360d59b3 (diff) |
mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs
Add the corresponding APSS shared offset for SM8150 and SC7180 SoCs.
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r-- | drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c index 7870edb4405b..a74ac6c77b9e 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c | |||
@@ -123,7 +123,9 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { | |||
123 | { .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 }, | 123 | { .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 }, |
124 | { .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 }, | 124 | { .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 }, |
125 | { .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 }, | 125 | { .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 }, |
126 | { .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 }, | ||
126 | { .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 }, | ||
127 | {} | 129 | {} |
128 | }; | 130 | }; |
129 | MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); | 131 | MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); |