Skip to content

Commit e2cb0ea

Browse files
bhupesh-sharmaJassiBrar
authored andcommitted
mailbox: qcom-apcs-ipc: Add SM4250 APCS IPC support
Enable SM4250 APCS IPC support by adding the compatible. It reuses msm8994_apcs_data. Signed-off-by: Bhupesh Sharma <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent e0cb05a commit e2cb0ea

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
@@ -156,6 +156,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
156156
{ .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data },
157157
{ .compatible = "qcom,sdm660-apcs-hmss-global", .data = &msm8994_apcs_data },
158158
{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
159+
{ .compatible = "qcom,sm4250-apcs-hmss-global", .data = &msm8994_apcs_data },
159160
{ .compatible = "qcom,sm6125-apcs-hmss-global", .data = &msm8994_apcs_data },
160161
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
161162
{ .compatible = "qcom,sm6115-apcs-hmss-global", .data = &msm8994_apcs_data },

0 commit comments

Comments
 (0)