[PATCH] dt-bindings: gnss: fix timepulse description

Johan Hovold posted 1 patch 2 months, 3 weeks ago
Documentation/devicetree/bindings/gnss/gnss-common.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] dt-bindings: gnss: fix timepulse description
Posted by Johan Hovold 2 months, 3 weeks ago
The timepulse pin is an output that can be used to generate a pulse at a
(configurable) frequency (i.e. it is not an input).

Fixes: dba529605f55 ("dt-bindings: gnss: Rewrite common bindings in YAML")
Signed-off-by: Johan Hovold <johan@kernel.org>
---
 Documentation/devicetree/bindings/gnss/gnss-common.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/gnss/gnss-common.yaml b/Documentation/devicetree/bindings/gnss/gnss-common.yaml
index d4430d2d6855..354c0524089c 100644
--- a/Documentation/devicetree/bindings/gnss/gnss-common.yaml
+++ b/Documentation/devicetree/bindings/gnss/gnss-common.yaml
@@ -31,8 +31,7 @@ properties:
     maxItems: 1
 
   timepulse-gpios:
-    description: When a timepulse is provided to the GNSS device using a
-      GPIO line, this is used.
+    description: Timepulse signal
     maxItems: 1
 
 additionalProperties: true
-- 
2.51.0
Re: [PATCH] dt-bindings: gnss: fix timepulse description
Posted by Conor Dooley 2 months, 3 weeks ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable