diff options
| author | Vladimir Lypak <[email protected]> | 2021-08-10 16:44:33 +0000 |
|---|---|---|
| committer | Jassi Brar <[email protected]> | 2021-08-30 05:29:29 +0000 |
| commit | e5c11ee3106072ef4b949eca93db160f55e6b55b (patch) | |
| tree | 64bd68b5b011c6dd36851e115bc726b311b0ce81 /drivers/mailbox/qcom-apcs-ipc-mailbox.c | |
| parent | dt-bindings: mailbox: Add compatible for the MSM8953 (diff) | |
| download | kernel-e5c11ee3106072ef4b949eca93db160f55e6b55b.tar.gz kernel-e5c11ee3106072ef4b949eca93db160f55e6b55b.zip | |
mailbox: qcom-apcs-ipc: Add compatible for MSM8953 SoC
MSM8953 has an APCS block similar to MSM8916 but with different clocks
which are spread over 2MB IO region next to it.
Signed-off-by: Vladimir Lypak <[email protected]>
Signed-off-by: Sireesh Kodali <[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 f51594208adb..82ccfaf14b24 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c @@ -163,6 +163,7 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,ipq8074-apcs-apps-global", .data = &ipq8074_apcs_data }, { .compatible = "qcom,msm8916-apcs-kpss-global", .data = &msm8916_apcs_data }, { .compatible = "qcom,msm8939-apcs-kpss-global", .data = &msm8916_apcs_data }, + { .compatible = "qcom,msm8953-apcs-kpss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,msm8994-apcs-kpss-global", .data = &msm8994_apcs_data }, { .compatible = "qcom,msm8996-apcs-hmss-global", .data = &msm8996_apcs_data }, { .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8998_apcs_data }, |
