]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: msm8974: Add ADSP smp2p and smd nodes
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 23 Aug 2016 05:57:45 +0000 (22:57 -0700)
committerAndy Gross <andy.gross@linaro.org>
Fri, 13 Jan 2017 18:38:14 +0000 (12:38 -0600)
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index a49fc495351c7137d7cbd2b12dda514fc74f4215..7b41314e86caa0a360da20bca3a6b08e76cd4762 100644 (file)
                hwlocks = <&tcsr_mutex 3>;
        };
 
+       smp2p-adsp {
+               compatible = "qcom,smp2p";
+               qcom,smem = <443>, <429>;
+
+               interrupt-parent = <&intc>;
+               interrupts = <0 158 IRQ_TYPE_EDGE_RISING>;
+
+               qcom,ipc = <&apcs 8 10>;
+
+               qcom,local-pid = <0>;
+               qcom,remote-pid = <2>;
+
+               adsp_smp2p_out: master-kernel {
+                       qcom,entry-name = "master-kernel";
+                       #qcom,smem-state-cells = <1>;
+               };
+
+               adsp_smp2p_in: slave-kernel {
+                       qcom,entry-name = "slave-kernel";
+
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+               };
+       };
+
        smp2p-modem {
                compatible = "qcom,smp2p";
                qcom,smem = <435>, <428>;
        smd {
                compatible = "qcom,smd";
 
+               adsp {
+                       interrupts = <0 156 IRQ_TYPE_EDGE_RISING>;
+
+                       qcom,ipc = <&apcs 8 8>;
+                       qcom,smd-edge = <1>;
+               };
+
                modem {
                        interrupts = <0 25 IRQ_TYPE_EDGE_RISING>;