]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
arm64: dts: qcom: Add APSS shared mailbox node to SDM845
authorSibi S <sibis@codeaurora.org>
Wed, 25 Apr 2018 14:38:03 +0000 (20:08 +0530)
committerAndy Gross <andy.gross@linaro.org>
Wed, 23 May 2018 04:28:59 +0000 (23:28 -0500)
This patch add the node to support APSS shared
mailbox on SDM845

Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 32f8561deb4308d132c7385a779253d77d885593..740c4182cbe1b3055c4b704005bdad4dbb5595d6 100644 (file)
                        #interrupt-cells = <4>;
                        cell-index = <0>;
                };
+
+               apss_shared: mailbox@17990000 {
+                       compatible = "qcom,sdm845-apss-shared";
+                       reg = <0x17990000 0x1000>;
+                       #mbox-cells = <1>;
+               };
        };
 };