diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-02-08 11:15:45 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-02-14 18:10:13 +0100 |
commit | 6f9c2f19a8743c880903a031c7f3f3c534d4b813 (patch) | |
tree | a66b37b33b6238d79f533afe0d6598bcf92fb64c /Documentation/devicetree | |
parent | dt-bindings: remoteproc: qcom,glink-rpm-edge: convert to DT schema (diff) | |
download | linux-6f9c2f19a8743c880903a031c7f3f3c534d4b813.tar.xz linux-6f9c2f19a8743c880903a031c7f3f3c534d4b813.zip |
dt-bindings: remoteproc: qcom,glink-edge: correct label description
Correct the description of 'label' property.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230208101545.45711-7-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml index 25c27464ef25..69794e7475e6 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml @@ -35,7 +35,9 @@ properties: maxItems: 1 label: - description: The names of the state bits used for SMP2P output + description: + Name of the edge, used for debugging and identification purposes. The + node name will be used if this is not present. mboxes: maxItems: 1 |