]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: soc: qcom,smp2p: Mark qcom,ipc as deprecated
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 25 Apr 2024 19:14:31 +0000 (21:14 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 28 May 2024 21:11:33 +0000 (16:11 -0500)
Deprecate the qcom,ipc way of accessing the mailbox in favor of the
'mboxes' property.

Update the example to use mboxes.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20240425-qcom-ipc-deprecate-v1-2-a8d8034253ea@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Documentation/devicetree/bindings/soc/qcom/qcom,smp2p.yaml

index 58500529b90fb960c0ce476d0ecd8dead97e7053..141d666dc3f7b5b7eb47c01f4a7f6cef3fc9745e 100644 (file)
@@ -41,6 +41,7 @@ properties:
     description:
       Three entries specifying the outgoing ipc bit used for signaling the
       remote end of the smp2p edge.
+    deprecated: true
 
   qcom,local-pid:
     $ref: /schemas/types.yaml#/definitions/uint32
@@ -128,7 +129,7 @@ examples:
         compatible = "qcom,smp2p";
         qcom,smem = <431>, <451>;
         interrupts = <GIC_SPI 143 IRQ_TYPE_EDGE_RISING>;
-        qcom,ipc = <&apcs 8 18>;
+        mboxes = <&apcs 18>;
         qcom,local-pid = <0>;
         qcom,remote-pid = <4>;