Skip to content
Snippets Groups Projects
Commit 069e6bc6 authored by Linus Walleij's avatar Linus Walleij Committed by Rob Herring
Browse files

dt-bindings: gnss: Modify u-blox to use common bindings


This modifies the existing U-Blox GNSS bindings to reference
the common GNSS YAML bindings.

Fixed an unrelated whitespace error while at it.

Cc: devicetree@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220317225844.1262643-2-linus.walleij@linaro.org
parent dba52960
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: U-blox GNSS Receiver Device Tree Bindings title: U-blox GNSS Receiver Device Tree Bindings
allOf:
- $ref: gnss-common.yaml#
maintainers: maintainers:
- Johan Hovold <johan@kernel.org> - Johan Hovold <johan@kernel.org>
...@@ -29,27 +32,20 @@ properties: ...@@ -29,27 +32,20 @@ properties:
description: > description: >
Main voltage regulator Main voltage regulator
timepulse-gpios:
maxItems: 1
description: >
Time pulse GPIO
u-blox,extint-gpios: u-blox,extint-gpios:
maxItems: 1 maxItems: 1
description: > description: >
GPIO connected to the "external interrupt" input pin GPIO connected to the "external interrupt" input pin
v-bckp-supply: v-bckp-supply:
description: > description: >
Backup voltage regulator Backup voltage regulator
current-speed: true
required: required:
- compatible - compatible
- vcc-supply - vcc-supply
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment