[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1470850622-29816-1-git-send-email-bjorn.andersson@linaro.org>
Date: Wed, 10 Aug 2016 10:37:02 -0700
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Mark Rutland <mark.rutland@....com>,
Rob Herring <robh+dt@...nel.org>
Cc: Ohad Ben-Cohen <ohad@...ery.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-remoteproc@...r.kernel.org
Subject: [PATCH] dt-binding: remoteproc: Document generic properties
This documents the generic properties "rprocs" and "rproc-names", used
for consumer drivers to reference a remoteproc node.
Signed-off-by: Bjorn Andersson <bjorn.andersson@...aro.org>
---
.../devicetree/bindings/remoteproc/remoteproc.txt | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 Documentation/devicetree/bindings/remoteproc/remoteproc.txt
diff --git a/Documentation/devicetree/bindings/remoteproc/remoteproc.txt b/Documentation/devicetree/bindings/remoteproc/remoteproc.txt
new file mode 100644
index 000000000000..0b1d8183be87
--- /dev/null
+++ b/Documentation/devicetree/bindings/remoteproc/remoteproc.txt
@@ -0,0 +1,21 @@
+Common remoteproc properties
+
+A remoteproc node represents the mechanism and resources needed for controlling
+a co-processor's life cycle; including loading firmware, booting, shutting down
+and handling exceptions.
+
+
+= Consumer properties
+A consumer node referencing a remoteproc node, so that it can requests life
+cycle transitions can use the following properties:
+
+- rprocs:
+ Usage: required
+ Value type: <prop-encoded-array>
+ Definition: a list of phandle references to remoteproc nodes
+
+- rproc-names:
+ Usage: optional
+ Value type: <stringlist>
+ Definition: a list of strings naming each entry in "rprocs", allowing
+ consumer drivers to look up remoteprocs by name
--
2.5.0
Powered by blists - more mailing lists