projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f5366
)
mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs
author
Sibi Sankar
<sibis@codeaurora.org>
Wed, 7 Aug 2019 07:09:55 +0000
(12:39 +0530)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Tue, 17 Sep 2019 05:46:24 +0000
(
00:46
-0500)
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>
drivers/mailbox/qcom-apcs-ipc-mailbox.c
patch
|
blob
|
history
diff --git
a/drivers/mailbox/qcom-apcs-ipc-mailbox.c
b/drivers/mailbox/qcom-apcs-ipc-mailbox.c
index 7870edb4405b1a870d1cf8a221951decbeae1d29..a74ac6c77b9e5a1728c5905cf19018170e999f98 100644
(file)
--- 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[] = {
{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 },
{ .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 },
+ { .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 },
{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
+ { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 },
{}
};
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);