aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gnss
diff options
context:
space:
mode:
authorOndrej Jirman <megous@megous.com>2019-04-01 13:56:14 +0200
committerJohan Hovold <johan@kernel.org>2019-04-04 12:46:19 +0200
commit7cc10c5cb14397d61d203d0a319ef796d4f6d943 (patch)
treeb45bbb56ffe28e86efd456dbe44fa99888d72fcd /drivers/gnss
parentdt-bindings: gnss: add u-blox,neo-6m compatible (diff)
downloadlinux-dev-7cc10c5cb14397d61d203d0a319ef796d4f6d943.tar.xz
linux-dev-7cc10c5cb14397d61d203d0a319ef796d4f6d943.zip
gnss: ubx: add u-blox,neo-6m compatible
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>
Diffstat (limited to 'drivers/gnss')
-rw-r--r--drivers/gnss/ubx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gnss/ubx.c b/drivers/gnss/ubx.c
index 12568aebb7f6..7b05bc40532e 100644
--- 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" },
{},