Skip to content

Commit dc2b8ed

Browse files
ichernevJassiBrar
authored andcommitted
mailbox: qcom: Add support for SM6115 APCS IPC
Qcom SM4250/6115, have APCS mailbox setup similar to msm8998 and msm8916. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
1 parent affa8da commit dc2b8ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = {
173173
{ .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data },
174174
{ .compatible = "qcom,sm6125-apcs-hmss-global", .data = &sm6125_apcs_data },
175175
{ .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data },
176+
{ .compatible = "qcom,sm6115-apcs-hmss-global", .data = &sdm660_apcs_data },
176177
{ .compatible = "qcom,sdx55-apcs-gcc", .data = &sdx55_apcs_data },
177178
{}
178179
};

0 commit comments

Comments
 (0)