]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: clock: fix dt_binding_check error for qcom,gcc-other.yaml
authorAnsuel Smith <ansuelsmth@gmail.com>
Wed, 23 Mar 2022 19:42:48 +0000 (20:42 +0100)
committerStephen Boyd <sboyd@kernel.org>
Fri, 25 Mar 2022 00:48:54 +0000 (17:48 -0700)
commit19601b28b2dc0bdc60c8dd0e2f5686348d0b360f
tree81e68332080d5487bd97a94b93c3f16ef86a4da9
parent75f45d0c804df3865a095a59afc804f2a6158c03
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: 100e4677c419 ("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>
Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml