Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1504463 > unrolled thread
| Started by | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| First post | 2016-10-20 04:40 +0200 |
| Last post | 2016-10-27 00:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-binding: soc: qcom: smd: Add label property Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-10-20 04:40 +0200
Re: [PATCH] dt-binding: soc: qcom: smd: Add label property Rob Herring <robh@kernel.org> - 2016-10-27 00:20 +0200
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Date | 2016-10-20 04:40 +0200 |
| Subject | [PATCH] dt-binding: soc: qcom: smd: Add label property |
| Message-ID | <subqW-1tl-3@gated-at.bofh.it> |
The label property can be used to specify a name of the edge, for consistent naming purposes. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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: Definition: the identifier for the remote processor as known by the rest of the system. +- label: + Usage: optional + Value type: <string> + Definition: name of the edge, used for debugging and identification + purposes. The node name will be used if this is not + present. + = SMD DEVICES In turn, subnodes of the "edges" represent devices tied to SMD channels on that -- 2.5.0
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-10-27 00:20 +0200 |
| Message-ID | <swEIa-1vJ-15@gated-at.bofh.it> |
| In reply to | #1504463 |
On Wed, Oct 19, 2016 at 07:38:10PM -0700, Bjorn Andersson wrote: > The label property can be used to specify a name of the edge, for > consistent naming purposes. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt | 7 +++++++ > 1 file changed, 7 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web