All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: adin: Fix adi,phy-output-clock description syntax
@ 2022-05-24 14:11 Geert Uytterhoeven
  2022-05-24 14:30 ` Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2022-05-24 14:11 UTC (permalink / raw)
  To: Michael Hennerich, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Alexandru Ardelean, Josua Mayer
  Cc: netdev, devicetree, linux-kernel, Geert Uytterhoeven

"make dt_binding_check":

    Documentation/devicetree/bindings/net/adi,adin.yaml:40:77: [error] syntax error: mapping values are not allowed here (syntax)

The first line of the description ends with a colon, hence the block
needs to be marked with a "|".

Fixes: 1f77204e11f8b9e5 ("dt-bindings: net: adin: document phy clock output properties")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/net/adi,adin.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/adi,adin.yaml b/Documentation/devicetree/bindings/net/adi,adin.yaml
index 77750df0c2c45e19..88611720545df2ce 100644
--- a/Documentation/devicetree/bindings/net/adi,adin.yaml
+++ b/Documentation/devicetree/bindings/net/adi,adin.yaml
@@ -37,7 +37,8 @@ properties:
     default: 8
 
   adi,phy-output-clock:
-    description: Select clock output on GP_CLK pin. Two clocks are available:
+    description: |
+      Select clock output on GP_CLK pin. Two clocks are available:
       A 25MHz reference and a free-running 125MHz.
       The phy can alternatively automatically switch between the reference and
       the 125MHz clocks based on its internal state.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-26  5:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 14:11 [PATCH] dt-bindings: net: adin: Fix adi,phy-output-clock description syntax Geert Uytterhoeven
2022-05-24 14:30 ` Geert Uytterhoeven
2022-05-24 18:24   ` Jakub Kicinski
2022-05-25 12:28     ` alexandru.tachici
2022-05-25 12:31       ` Geert Uytterhoeven
2022-05-25  5:33 ` Josua Mayer
2022-05-26  1:53 ` Rob Herring
2022-05-26  5:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.