]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: msm8226: Convert APCS usages to mbox interface
authorLuca Weiss <luca@lucaweiss.eu>
Wed, 19 Jun 2024 21:02:51 +0000 (23:02 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Aug 2024 02:13:54 +0000 (21:13 -0500)
Since we now have the apcs set up as a mailbox provider, let's use the
interface for all drivers where possible.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240619-msm8226-cpufreq-v1-7-85143f5291d1@lucaweiss.eu
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-msm8226.dtsi

index 73eb280b7865c8ea24229886c5b542eb3c8e39a0..4b820ccda64bdf327260b0dd0aff55e902f10743 100644 (file)
 
                smd-edge {
                        interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
-                       qcom,ipc = <&apcs 8 0>;
+                       mboxes = <&apcs 0>;
                        qcom,smd-edge = <15>;
 
                        rpm_requests: rpm-requests {
                interrupt-parent = <&intc>;
                interrupts = <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>;
 
-               qcom,ipc = <&apcs 8 10>;
+               mboxes = <&apcs 10>;
 
                qcom,local-pid = <0>;
                qcom,remote-pid = <2>;
                        smd-edge {
                                interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
 
-                               qcom,ipc = <&apcs 8 8>;
+                               mboxes = <&apcs 8>;
                                qcom,smd-edge = <1>;
 
                                label = "lpass";