mirror of https://github.com/torvalds/linux.git
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: dba529605f ("dt-bindings: gnss: Rewrite common bindings in YAML")
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
4af167d803
commit
f5ef3f722d
|
|
@ -31,8 +31,7 @@ properties:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
timepulse-gpios:
|
timepulse-gpios:
|
||||||
description: When a timepulse is provided to the GNSS device using a
|
description: Timepulse signal
|
||||||
GPIO line, this is used.
|
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
additionalProperties: true
|
additionalProperties: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue