diff options
| author | Gokul Sriram Palanisamy <[email protected]> | 2025-01-07 10:16:44 +0000 |
|---|---|---|
| committer | Jassi Brar <[email protected]> | 2025-01-18 22:17:21 +0000 |
| commit | 443a5cae7e61cac66f4ec5a000d6eaacab59feda (patch) | |
| tree | 57b8dddc0916a5339df8903fe567e460f458d3fc | |
| parent | dt-bindings: mailbox: qcom: Add IPQ5424 APCS compatible (diff) | |
| download | kernel-443a5cae7e61cac66f4ec5a000d6eaacab59feda.tar.gz kernel-443a5cae7e61cac66f4ec5a000d6eaacab59feda.zip | |
mailbox: qcom: Add support for IPQ5424 APCS IPC
IPQ5424 mailbox do not have clock support and reuses msm8994_apcs_data.
Signed-off-by: Gokul Sriram Palanisamy <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
| -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 f0d1fc0fb9ff..11c41e935a36 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c @@ -157,6 +157,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,sm6125-apcs-hmss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,sm6115-apcs-hmss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,ipq5332-apcs-apps-global", .data = &ipq6018_apcs_data }, + { .compatible = "qcom,ipq5424-apcs-apps-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,ipq8074-apcs-apps-global", .data = &ipq6018_apcs_data }, { .compatible = "qcom,sc7180-apss-shared", .data = &apps_shared_apcs_data }, { .compatible = "qcom,sc8180x-apss-shared", .data = &apps_shared_apcs_data }, |
