diff options
author | Rob Herring <robh@kernel.org> | 2022-01-19 21:10:54 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-02-04 18:43:43 +0300 |
commit | 24a4b57a3d014751ec8ba8b33f38390d5bda94c2 (patch) | |
tree | 5ab01bec79caec0f970bb43ba7dcf30b9f3ff77a /Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | |
parent | b85c7d88ed87dcc86981118876160fc74ab2d1fb (diff) | |
download | linux-24a4b57a3d014751ec8ba8b33f38390d5bda94c2.tar.xz |
dt-bindings: remoteproc: ti: Add mailbox provider nodes to example
In order to make the 'mboxes' property in the TI remoteproc examples
parseable, mailbox provider nodes are needed. Normally, the examples
have a __fixup__ node which can be used for determining each
phandle+arg entry. However, for this binding the arg cells contain a
phandle, and the __fixups__ information can't be used.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220119181053.3846613-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml b/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml index 4323cefdf19b..cedbc5efdc56 100644 --- a/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml +++ b/Documentation/devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml @@ -142,6 +142,14 @@ examples: #address-cells = <2>; #size-cells = <2>; + mailbox0_cluster3: mailbox-0 { + #mbox-cells = <1>; + }; + + mailbox0_cluster4: mailbox-1 { + #mbox-cells = <1>; + }; + bus@100000 { compatible = "simple-bus"; #address-cells = <2>; |