]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gnss: ubx: add u-blox,neo-6m compatible
authorOndrej Jirman <megous@megous.com>
Mon, 1 Apr 2019 11:56:14 +0000 (13:56 +0200)
committerJohan 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

index 12568aebb7f6aed96fd96410f82f9607f8ec5beb..7b05bc40532e5f2497fa0e0493fc9003d30f6adc 100644 (file)
@@ -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" },
        {},