dt-bindings: remoteproc: qcom,smd-edge: Mark qcom,ipc as deprecated
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 25 Apr 2024 19:14:30 +0000 (21:14 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 7 May 2024 02:41:37 +0000 (19:41 -0700)
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-1-a8d8034253ea@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Documentation/devicetree/bindings/remoteproc/qcom,smd-edge.yaml

index 02c85b420c1a1bcf0932332b5a4c8551a4663ca4..63500b1a0f6fce5e8fb1c821009e6001fdfc036e 100644 (file)
@@ -61,6 +61,7 @@ properties:
     description:
       Three entries specifying the outgoing ipc bit used for signaling the
       remote processor.
+    deprecated: true
 
   qcom,smd-edge:
     $ref: /schemas/types.yaml#/definitions/uint32
@@ -111,7 +112,7 @@ examples:
         smd-edge {
             interrupts = <GIC_SPI 156 IRQ_TYPE_EDGE_RISING>;
 
-            qcom,ipc = <&apcs 8 8>;
+            mboxes = <&apcs 8>;
             qcom,smd-edge = <1>;
         };
     };