Skip to content

Commit cfc6d74

Browse files
committed
Merge tag 'gnss-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss
Pull GNSS update from Johan Hovold: "Here is a GNSS update adding a compatible string for a new u-blox receiver" * tag 'gnss-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss: dt-bindings: gnss: u-blox: add u-blox,neo-9m compatible
2 parents 02523d2 + e326371 commit cfc6d74

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ description: >
1818
1919
properties:
2020
compatible:
21-
enum:
22-
- u-blox,neo-6m
23-
- u-blox,neo-8
24-
- u-blox,neo-m8
21+
oneOf:
22+
- enum:
23+
- u-blox,neo-6m
24+
- u-blox,neo-8
25+
- u-blox,neo-m8
26+
- items:
27+
- const: u-blox,neo-m9
28+
- const: u-blox,neo-m8
2529

2630
reg:
2731
description: >

0 commit comments

Comments
 (0)