]> Git Repo - linux.git/commitdiff
dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
authorAnsuel Smith <[email protected]>
Wed, 23 Mar 2022 19:42:48 +0000 (20:42 +0100)
committerStephen Boyd <[email protected]>
Fri, 25 Mar 2022 00:48:54 +0000 (17:48 -0700)
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: a03965ed1310 ("dt-bindings: clock: split qcom,gcc.yaml to common and specific schema")
Signed-off-by: Ansuel Smith <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml

index 4dc0274dbd6bac522ccb3c59ed50f053b819b53b..6c45e0f854949f2e3720f783a7f6e26cf9faa811 100644 (file)
@@ -10,7 +10,7 @@ maintainers:
   - Stephen Boyd <[email protected]>
   - Taniya Das <[email protected]>
 
-description:
+description: |
   Qualcomm global clock control module which supports the clocks, resets and
   power domains.
 
This page took 0.055374 seconds and 4 git commands to generate.