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>
This commit is contained in:
parent
fe782affd0
commit
52cd704700
|
@ -10,6 +10,11 @@ edge.
|
||||||
Value type: <stringlist>
|
Value type: <stringlist>
|
||||||
Definition: must be "qcom,glink-rpm"
|
Definition: must be "qcom,glink-rpm"
|
||||||
|
|
||||||
|
- label:
|
||||||
|
Usage: optional
|
||||||
|
Value type: <string>
|
||||||
|
Definition: should specify the subsystem name this edge corresponds to.
|
||||||
|
|
||||||
- interrupts:
|
- interrupts:
|
||||||
Usage: required
|
Usage: required
|
||||||
Value type: <prop-encoded-array>
|
Value type: <prop-encoded-array>
|
||||||
|
|
Loading…
Reference in New Issue