]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: msm8939: Use mboxes properties for APCS
authorLuca Weiss <luca@z3ntu.xyz>
Wed, 24 Apr 2024 16:23:57 +0000 (18:23 +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-4-6556c47cb501@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/msm8939.dtsi

index dd45975682b247d5d3a9c14b6c319ecd1f97d878..95487de2ca6abebd519b9628fc59062de5009eaa 100644 (file)
 
                smd-edge {
                        interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
-                       qcom,ipc = <&apcs1_mbox 8 0>;
+                       mboxes = <&apcs1_mbox 0>;
                        qcom,smd-edge = <15>;
 
                        rpm_requests: rpm-requests {
 
                        smd-edge {
                                interrupts = <GIC_SPI 142 IRQ_TYPE_EDGE_RISING>;
-                               qcom,ipc = <&apcs1_mbox 8 17>;
+                               mboxes = <&apcs1_mbox 17>;
                                qcom,smd-edge = <6>;
                                qcom,remote-pid = <4>;