diff options
author | Chris Lew <clew@codeaurora.org> | 2018-07-27 17:47:21 +0530 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2018-07-30 23:35:43 -0700 |
commit | 52cd7047006cb5a4473e569a4d650bc2b23557a9 (patch) | |
tree | 2c0cd9f13e70e6d6ebdd754d503c793b90cd19b6 /Documentation/devicetree/bindings/soc/qcom | |
parent | fe782affd0f440a4e60e2cc81b8f2eccb2923113 (diff) | |
download | blackbird-op-linux-52cd7047006cb5a4473e569a4d650bc2b23557a9.tar.gz blackbird-op-linux-52cd7047006cb5a4473e569a4d650bc2b23557a9.zip |
dt-bindings: soc: qcom: Add label for GLINK bindings
There are GLINK clients who open the same channel on multiple GLINK
links. These clients need a way to distinguish which remoteproc they
are communicating to. Add a label property to identify the edge this
node represents.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chris Lew <clew@codeaurora.org>
Signed-off-by: Arun Kumar Neelakantam <aneela@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/soc/qcom')
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt index 9663cab52246..0b8cc533ca83 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt @@ -10,6 +10,11 @@ edge. Value type: <stringlist> Definition: must be "qcom,glink-rpm" +- label: + Usage: optional + Value type: <string> + Definition: should specify the subsystem name this edge corresponds to. + - interrupts: Usage: required Value type: <prop-encoded-array> |