Skip to content

Commit 05e99a7

Browse files
Sibi SankarJassiBrar
authored andcommitted
mailbox: Add support for Qualcomm SDM845 SoCs
Add the corresponding APSS shared offset for SDM845 SoC Signed-off-by: Sibi Sankar <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 0135509 commit 05e99a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mailbox/qcom-apcs-ipc-mailbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
126126
{ .compatible = "qcom,msm8916-apcs-kpss-global", .data = (void *)8 },
127127
{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 },
128128
{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 },
129+
{ .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
129130
{}
130131
};
131132
MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);

0 commit comments

Comments
 (0)