diff options
author | Ondrej Jirman <megous@megous.com> | 2019-04-01 13:56:14 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2019-04-04 12:46:19 +0200 |
commit | 7cc10c5cb14397d61d203d0a319ef796d4f6d943 (patch) | |
tree | b45bbb56ffe28e86efd456dbe44fa99888d72fcd /drivers/gnss | |
parent | ae40e94fca6d5747f85188d01686df350e524019 (diff) |
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.c | 1 |
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" }, {}, |