projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae40e94
)
gnss: ubx: add u-blox,neo-6m compatible
author
Ondrej Jirman
<megous@megous.com>
Mon, 1 Apr 2019 11:56:14 +0000
(13:56 +0200)
committer
Johan Hovold
<johan@kernel.org>
Thu, 4 Apr 2019 10:46:19 +0000
(12:46 +0200)
Add compatible for u-blox NEO-6M GPS module.
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/gnss/ubx.c
patch
|
blob
|
history
diff --git
a/drivers/gnss/ubx.c
b/drivers/gnss/ubx.c
index 12568aebb7f6aed96fd96410f82f9607f8ec5beb..7b05bc40532e5f2497fa0e0493fc9003d30f6adc 100644
(file)
--- a/
drivers/gnss/ubx.c
+++ b/
drivers/gnss/ubx.c
@@
-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" },
{},