Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+8 -4
+8 -4
Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml
··· 18 18 19 19 properties: 20 20 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 25 29 26 30 reg: 27 31 description: >