aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2016-10-19 22:38:10 -0400
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-12-08 13:55:47 -0500
commit5c8a934349ee61027a48e3e6c0bba2b7d3dd09d1 (patch)
tree378ce3e5ccc40fde90737c17b82ed5992a1a1d4d
parent1d74e7ed5dc1903ac081574a9b6aa94e7ba4ad45 (diff)
dt-binding: soc: qcom: smd: Add label property
The label property can be used to specify a name of the edge, for consistent naming purposes. Acked-by: Rob Herring <robh@kernel.org> Acked-by: Andy Gross <andy.gross@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt
index 97d9b3e1bf39..ea1dc75ec9ea 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt
@@ -43,6 +43,13 @@ The edge is described by the following properties:
43 Definition: the identifier for the remote processor as known by the rest 43 Definition: the identifier for the remote processor as known by the rest
44 of the system. 44 of the system.
45 45
46- label:
47 Usage: optional
48 Value type: <string>
49 Definition: name of the edge, used for debugging and identification
50 purposes. The node name will be used if this is not
51 present.
52
46= SMD DEVICES 53= SMD DEVICES
47 54
48In turn, subnodes of the "edges" represent devices tied to SMD channels on that 55In turn, subnodes of the "edges" represent devices tied to SMD channels on that