]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
mailbox: qcom: Add QCS404 APPS Global compatible
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 20 Sep 2018 01:44:08 +0000 (18:44 -0700)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 29 Sep 2018 07:12:39 +0000 (12:42 +0530)
Add support for the QCS404 APPS Global block with IPC register at offset
8.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
drivers/mailbox/qcom-apcs-ipc-mailbox.c

index 6e8a9ab0fdaebb9919168b2923c45c88cdc8c197..1232fc9fc709c6dafddf00518e48f599a6927e9f 100644 (file)
@@ -11,6 +11,7 @@ platforms.
                    "qcom,msm8916-apcs-kpss-global",
                    "qcom,msm8996-apcs-hmss-global"
                    "qcom,msm8998-apcs-hmss-global"
+                   "qcom,qcs404-apcs-apps-global"
                    "qcom,sdm845-apss-shared"
 
 - reg:
index 333ed4a9d4b8fc62d14fdc9abc8db0242a80026c..aed23ac9550dff8ef24761a18776ca650d082c7a 100644 (file)
@@ -126,6 +126,7 @@ 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,msm8998-apcs-hmss-global", .data = (void *)8 },
+       { .compatible = "qcom,qcs404-apcs-apps-global", .data = (void *)8 },
        { .compatible = "qcom,sdm845-apss-shared", .data = (void *)12 },
        {}
 };