Commit 7cc10c5c authored by Ondrej Jirman's avatar Ondrej Jirman Committed by Johan Hovold

gnss: ubx: add u-blox,neo-6m compatible

Add compatible for u-blox NEO-6M GPS module.
Signed-off-by: default avatarOndrej Jirman <megous@megous.com>
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent ae40e94f
......@@ -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" },
{},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment