From: Ondrej Jirman <megous@xxxxxxxxxx> Add compatible for u-blox NEO-6M GPS module. Signed-off-by: Ondrej Jirman <megous@xxxxxxxxxx> --- drivers/gnss/ubx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gnss/ubx.c b/drivers/gnss/ubx.c index 12568aebb7f6..1ada2fad1d4e 100644 --- a/drivers/gnss/ubx.c +++ b/drivers/gnss/ubx.c @@ -132,6 +132,7 @@ static void ubx_remove(struct serdev_device *serdev) static const struct of_device_id ubx_of_match[] = { { .compatible = "u-blox,neo-8" }, { .compatible = "u-blox,neo-m8" }, + { .compatible = "u-blox,neo-6m" }, {}, }; MODULE_DEVICE_TABLE(of, ubx_of_match); -- 2.21.0