GNSS update for 6.17-rc1
Here is a GNSS update for 6.17-rc1 adding a compatible string for a new u-blox receiver. This has been in linux-next for weeks with no reported issues. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQHbPq+cpGvN/peuzMLxc3C7H1lCAUCaInoJgAKCRALxc3C7H1l CPKkAQC3nJw7STWerczRq1V27rybQjYmcoZYb9ItMHy3IdPDpwEAmzKgb/W4rUqV 0/aXw7RBK88RIpog4+devlwHJAjI8wk= =qIXA -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
cfc6d74523
|
|
@ -18,10 +18,14 @@ description: >
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- u-blox,neo-6m
|
||||
- u-blox,neo-8
|
||||
- u-blox,neo-m8
|
||||
oneOf:
|
||||
- enum:
|
||||
- u-blox,neo-6m
|
||||
- u-blox,neo-8
|
||||
- u-blox,neo-m8
|
||||
- items:
|
||||
- const: u-blox,neo-m9
|
||||
- const: u-blox,neo-m8
|
||||
|
||||
reg:
|
||||
description: >
|
||||
|
|
|
|||
Loading…
Reference in New Issue