diff options
| author | Bhupesh Sharma <[email protected]> | 2022-11-27 19:54:18 +0000 |
|---|---|---|
| committer | Jassi Brar <[email protected]> | 2022-12-19 02:40:29 +0000 |
| commit | e2cb0eac3d1d1acc8203634f3243859d95e4b37c (patch) | |
| tree | 17877c95f1d246ace8b9c631b9093a294f001db5 /drivers/mailbox/qcom-apcs-ipc-mailbox.c | |
| parent | dt-bindings: mailbox: qcom: Add SM4250 APCS compatible (diff) | |
| download | kernel-e2cb0eac3d1d1acc8203634f3243859d95e4b37c.tar.gz kernel-e2cb0eac3d1d1acc8203634f3243859d95e4b37c.zip | |
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]>
Diffstat (limited to 'drivers/mailbox/qcom-apcs-ipc-mailbox.c')
| -rw-r--r-- | drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c index f1f0e87a79e6..0e9f9cba8668 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c @@ -156,6 +156,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data }, { .compatible = "qcom,sdm660-apcs-hmss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,sdm845-apss-shared", .data = &apps_shared_apcs_data }, + { .compatible = "qcom,sm4250-apcs-hmss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,sm6125-apcs-hmss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,sm8150-apss-shared", .data = &apps_shared_apcs_data }, { .compatible = "qcom,sm6115-apcs-hmss-global", .data = &msm8994_apcs_data }, |
