Skip to content

Commit 069e6bc

Browse files
Linus Walleijrobherring
authored andcommitted
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: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220317225844.1262643-2-linus.walleij@linaro.org
1 parent dba5296 commit 069e6bc

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: U-blox GNSS Receiver Device Tree Bindings
88

9+
allOf:
10+
- $ref: gnss-common.yaml#
11+
912
maintainers:
1013
- Johan Hovold <johan@kernel.org>
1114

@@ -29,27 +32,20 @@ properties:
2932
description: >
3033
Main voltage regulator
3134
32-
timepulse-gpios:
33-
maxItems: 1
34-
description: >
35-
Time pulse GPIO
36-
3735
u-blox,extint-gpios:
3836
maxItems: 1
3937
description: >
4038
GPIO connected to the "external interrupt" input pin
41-
39+
4240
v-bckp-supply:
4341
description: >
4442
Backup voltage regulator
4543
46-
current-speed: true
47-
4844
required:
4945
- compatible
5046
- vcc-supply
5147

52-
additionalProperties: false
48+
unevaluatedProperties: false
5349

5450
examples:
5551
- |

0 commit comments

Comments
 (0)