From: Sibi Sankar Date: Wed, 7 Aug 2019 07:09:55 +0000 (+0530) Subject: mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs X-Git-Tag: Ubuntu-5.10.0-12.13~4497^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=08a81d3ac8f1a56b29fcc11a96cb61e7e3d7a08e;p=mirror_ubuntu-hirsute-kernel.git mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCs Add the corresponding APSS shared offset for SM8150 and SC7180 SoCs. Reviewed-by: Bjorn Andersson Signed-off-by: Sibi Sankar Signed-off-by: Jassi Brar --- diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c index 7870edb4405b..a74ac6c77b9e 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c @@ -123,7 +123,9 @@ static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 }, { .compatible = "qcom,msm8998-apcs-hmss-global", .data = (void *)8 }, { .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 }, + { .compatible = "qcom,sc7180-apss-shared", .data = (void *)12 }, { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 }, + { .compatible = "qcom,sm8150-apss-shared", .data = (void *)12 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match);