diff options
| author | Johan Hovold <johan@kernel.org> | 2025-11-14 16:06:28 +0100 |
|---|---|---|
| committer | Johan Hovold <johan@kernel.org> | 2025-11-20 16:45:43 +0100 |
| commit | f5ef3f722d76eb8fdd11be3f1f1f1cc4fefbf45b (patch) | |
| tree | 2c28e10efaab4a7a7c485c7509256b498fe367be | |
| parent | 4af167d8037d91f39e59475d02de03b45254493d (diff) | |
dt-bindings: gnss: fix timepulse description
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")
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/gnss/gnss-common.yaml | 3 |
1 files changed, 1 insertions, 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 |
