ARM: dts: msm8974: Move ADSP smd edge to ADSP PIL
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 14 Nov 2019 17:53:49 +0000 (18:53 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 13 Dec 2019 01:18:53 +0000 (17:18 -0800)
With the introduction of SSR support in the ADSP PIL we should describe
the SMD edge inside the ADSP PIL node.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
[luca@z3ntu.xyz: Add label for the smd edge]
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lore.kernel.org/r/20191114175348.288976-2-luca@z3ntu.xyz
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index 2df1304..4b161b8 100644 (file)
 
                qcom,smem-states = <&adsp_smp2p_out 0>;
                qcom,smem-state-names = "stop";
+
+               smd-edge {
+                       interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
+
+                       qcom,ipc = <&apcs 8 8>;
+                       qcom,smd-edge = <1>;
+
+                       label = "lpass";
+               };
        };
 
        smem {
        smd {
                compatible = "qcom,smd";
 
-               adsp {
-                       interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
-
-                       qcom,ipc = <&apcs 8 8>;
-                       qcom,smd-edge = <1>;
-               };
-
                rpm {
                        interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
                        qcom,ipc = <&apcs 8 0>;