Skip to content

Commit 8a7cdb1

Browse files
shawnguo2JassiBrar
authored andcommitted
mailbox: qcom: Add MSM8939 APCS support
Enable MSM8939 APCS support by adding the compatible. It reuses msm8916_apcs_data. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 96e39e9 commit 8a7cdb1

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
@@ -162,6 +162,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
162162
{ .compatible = "qcom,ipq6018-apcs-apps-global", .data = &ipq6018_apcs_data },
163163
{ .compatible = "qcom,ipq8074-apcs-apps-global", .data = &ipq8074_apcs_data },
164164
{ .compatible = "qcom,msm8916-apcs-kpss-global", .data = &msm8916_apcs_data },
165+
{ .compatible = "qcom,msm8939-apcs-kpss-global", .data = &msm8916_apcs_data },
165166
{ .compatible = "qcom,msm8994-apcs-kpss-global", .data = &msm8994_apcs_data },
166167
{ .compatible = "qcom,msm8996-apcs-hmss-global", .data = &msm8996_apcs_data },
167168
{ .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8998_apcs_data },

0 commit comments

Comments
 (0)