summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2020-03-10 11:32:35 +0100
committerFranck LENORMAND <franck.lenormand@nxp.com>2020-03-12 09:29:51 +0100
commita2c51914615440ed32f30915426d264bc8751b2a (patch)
tree400c46eef1f13d75493569bdd6eb0e29569bec8d /Documentation/devicetree/bindings/arm
parent7dd4eb4742e9c77e0ef9b458b0a48ec71bdead79 (diff)
MLK-23421: doc: update SECO MU driver binding for fast IPC
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r--Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml28
1 files changed, 6 insertions, 22 deletions
diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml b/Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml
index c78d167a9e71..64e11933e9dc 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,seco_mu.yaml
@@ -27,15 +27,8 @@ properties:
mbox-names:
items:
- - const: tx0
- - const: tx1
- - const: tx2
- - const: tx3
- - const: rx0
- - const: rx1
- - const: rx2
- - const: rx3
- - const: tx_started
+ - const: txdb
+ - const: rxdb
fsl,seco_mu_id:
description:
@@ -46,7 +39,7 @@ properties:
fsl,seco_max_users:
description:
- Number of channels to create, default to 2
+ Number of channels to create, default to 4
allOf:
- $ref: /schemas/types.yaml#/definitions/uint32
- enum: [0,1,2,3,4,5,6,7,8,9]
@@ -60,18 +53,9 @@ examples:
- |
seco_mu: seco_mu {
compatible = "fsl,imx-seco-mu";
- mbox-names = "tx0", "tx1", "tx2", "tx3",
- "rx0", "rx1", "rx2", "rx3",
- "tx_started";
- mboxes = <&mu 0 0
- &mu 0 1
- &mu 0 2
- &mu 0 3
- &mu 1 0
- &mu 1 1
- &mu 1 2
- &mu 1 3
- &mu 2 0>;
+ mbox-names = "txdb", "rxdb";
+ mboxes = <&mu 2 0
+ &mu 3 0>;
fsl,seco_mu_id = <1>;
fsl,seco_max_users = <4>;