]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: msm8994: Use mboxes properties for APCS
authorLuca Weiss <luca@z3ntu.xyz>
Wed, 24 Apr 2024 16:24:00 +0000 (18:24 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 4 Jun 2024 20:20:52 +0000 (15:20 -0500)
Instead of passing the syscon to the various nodes, use the mbox
interface using the mboxes property.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240424-apcs-mboxes-v1-7-6556c47cb501@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/msm8994.dtsi

index 695e541832ad51fb19637253c7f6b67e58eea106..9949d2cd23d84b0cb363d67c5f738b685d0433ef 100644 (file)
 
                smd-edge {
                        interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
-                       qcom,ipc = <&apcs 8 0>;
+                       mboxes = <&apcs 0>;
                        qcom,smd-edge = <15>;
                        qcom,remote-pid = <6>;
 
 
                interrupts = <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>;
 
-               qcom,ipc = <&apcs 8 10>;
+               mboxes = <&apcs 10>;
 
                qcom,local-pid = <0>;
                qcom,remote-pid = <2>;
                interrupt-parent = <&intc>;
                interrupts = <GIC_SPI 27 IRQ_TYPE_EDGE_RISING>;
 
-               qcom,ipc = <&apcs 8 14>;
+               mboxes = <&apcs 14>;
 
                qcom,local-pid = <0>;
                qcom,remote-pid = <1>;