]> Git Repo - linux.git/commitdiff
dt-bindings: remoteproc: stm32-rproc: add new mailbox channel for detach
authorArnaud Pouliquen <[email protected]>
Wed, 31 Mar 2021 07:33:46 +0000 (09:33 +0200)
committerBjorn Andersson <[email protected]>
Wed, 14 Apr 2021 14:59:17 +0000 (09:59 -0500)
Add the "detach" mailbox item, that allows to define a mailbox to
send a IPCC signal to the remote processor on remoteproc detach action.

Signed-off-by: Arnaud Pouliquen <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Documentation/devicetree/bindings/remoteproc/st,stm32-rproc.yaml

index a1171dfba024aee89388c5cea157206988a7709f..64afdcfb613d4154572b34d40b09f87a221c67c1 100644 (file)
@@ -65,16 +65,23 @@ properties:
           Unidirectional channel:
             - from local to remote, where ACK from the remote means that it is
               ready for shutdown
+      - description: |
+          A channel (d) used by the local proc to notify the remote proc that it
+          has to stop interprocessor communnication.
+          Unidirectional channel:
+            - from local to remote, where ACK from the remote means that communnication
+              as been stopped on the remote side.
     minItems: 1
-    maxItems: 3
+    maxItems: 4
 
   mbox-names:
     items:
       - const: vq0
       - const: vq1
       - const: shutdown
+      - const: detach
     minItems: 1
-    maxItems: 3
+    maxItems: 4
 
   memory-region:
     description:
This page took 0.0635 seconds and 4 git commands to generate.