mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
GNSS updates for 5.2-rc1
Here are the GNSS updates for 5.2-rc1; only a new u-blox compatible. All have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@kernel.org> -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQHbPq+cpGvN/peuzMLxc3C7H1lCAUCXMxkmAAKCRALxc3C7H1l CEKsAP9U1BtmlNxN0wXh1XgDjDd2p+m5DbSNf0CMbAy0eAtPWQD/RUH/K9zO4GsN V3Csn5pBUF9osH6fOy9/TKDPNqX+HQc= =Iat7 -----END PGP SIGNATURE----- Merge tag 'gnss-5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss into char-misc-next Johan writes: GNSS updates for 5.2-rc1 Here are the GNSS updates for 5.2-rc1; only a new u-blox compatible. All have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@kernel.org> * tag 'gnss-5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss: gnss: ubx: add u-blox,neo-6m compatible dt-bindings: gnss: add u-blox,neo-6m compatible
This commit is contained in:
commit
9a552e271e
@ -9,6 +9,7 @@ Required properties:
|
||||
|
||||
- compatible : Must be one of
|
||||
|
||||
"u-blox,neo-6m"
|
||||
"u-blox,neo-8"
|
||||
"u-blox,neo-m8"
|
||||
|
||||
|
@ -130,6 +130,7 @@ static void ubx_remove(struct serdev_device *serdev)
|
||||
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id ubx_of_match[] = {
|
||||
{ .compatible = "u-blox,neo-6m" },
|
||||
{ .compatible = "u-blox,neo-8" },
|
||||
{ .compatible = "u-blox,neo-m8" },
|
||||
{},
|
||||
|
Loading…
Reference in New Issue
Block a user