From 5b7eb99380db4c8e99155762a1b801cdc958f748 Mon Sep 17 00:00:00 2001 From: Sibi Sankar Date: Wed, 25 Apr 2018 20:08:01 +0530 Subject: dt-bindings: mailbox: Add APSS shared binding for SDM845 SoCs Include SDM845 APSS shared to the list of possible bindings Signed-off-by: Sibi Sankar Signed-off-by: Bjorn Andersson --- Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt index 16964f0c1773..8ea0f12b8d0b 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt @@ -10,6 +10,7 @@ platforms. Definition: must be one of: "qcom,msm8916-apcs-kpss-global", "qcom,msm8996-apcs-hmss-global" + "qcom,sdm845-apss-shared" - reg: Usage: required -- cgit v1.2.3 From 3421c105b37b355082bf612ae875a19658424c1d Mon Sep 17 00:00:00 2001 From: Sibi Sankar Date: Wed, 25 Apr 2018 20:08:02 +0530 Subject: mailbox: Add support for Qualcomm SDM845 SoCs Add the corresponding APSS shared offset for SDM845 SoC Signed-off-by: Sibi Sankar Signed-off-by: Bjorn Andersson --- drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c index 57bde0dfd12f..75da44d25fac 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c @@ -125,6 +125,7 @@ static int qcom_apcs_ipc_remove(struct platform_device *pdev) static const struct of_device_id qcom_apcs_ipc_of_match[] = { { .compatible = "qcom,msm8916-apcs-kpss-global", .data = (void *)8 }, { .compatible = "qcom,msm8996-apcs-hmss-global", .data = (void *)16 }, + { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 }, {} }; MODULE_DEVICE_TABLE(of, qcom_apcs_ipc_of_match); -- cgit v1.2.3