2022-03-25 09:54:00

by Corentin LABBE

[permalink] [raw]
Subject: [PATCH] dt-bindings: clock: qcom: prevent interpret of See also: as keyword

The "See also:" in description generates a DT check error since it is
interpreted as a field. Setting description as formatted description fix
that.

Signed-off-by: Corentin Labbe <[email protected]>
---
Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
index 4dc0274dbd6b..6c45e0f85494 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
@@ -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.

--
2.34.1


2022-03-25 11:04:56

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: qcom: prevent interpret of See also: as keyword

On 24/03/2022 15:39, Corentin Labbe wrote:
> The "See also:" in description generates a DT check error since it is
> interpreted as a field. Setting description as formatted description fix
> that.
>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---

Already sent:
https://lore.kernel.org/linux-devicetree/[email protected]/T/#t


Best regards,
Krzysztof