[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220526045740.4073762-1-chris.packham@alliedtelesis.co.nz>
Date: Thu, 26 May 2022 16:57:40 +1200
From: Chris Packham <chris.packham@...iedtelesis.co.nz>
To: michael.hennerich@...log.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
alexandru.ardelean@...log.com, josua@...id-run.com
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: [PATCH] dt-bindings: net: adin: use YAML block scalar to avoid parse issue
YAML doesn't like colons (:) in text. Use a block scalar so that the
colon in the description text doesn't cause a parse error.
Fixes: 1f77204e11f8 ("dt-bindings: net: adin: document phy clock output properties")
Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
---
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 77750df0c2c4..88611720545d 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.36.1
Powered by blists - more mailing lists