Skip to content

Commit adbf85a

Browse files
Ansuelbebarino
authored andcommitted
dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
qcom,gcc-other Documentation lacks a '|' for the description. This cause dt_binding_check to incorrectly parse "See also:" as a new value. Add the missing '|' to correctly parse the description. Fixes: a03965e ("dt-bindings: clock: split qcom,gcc.yaml to common and specific schema") Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Link: https://lore.kernel.org/r/20220323194248.26970-1-ansuelsmth@gmail.com Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Reported-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 234af44 commit adbf85a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Stephen Boyd <sboyd@kernel.org>
1111
- Taniya Das <tdas@codeaurora.org>
1212

13-
description:
13+
description: |
1414
Qualcomm global clock control module which supports the clocks, resets and
1515
power domains.
1616

0 commit comments

Comments
 (0)