kernel/drivers/gnss/ubx.c
.. .. @@ -130,6 +130,7 @@ 130 130 131 131 #ifdef CONFIG_OF 132 132 static const struct of_device_id ubx_of_match[] = { 133 + { .compatible = "u-blox,neo-6m" },133 134 { .compatible = "u-blox,neo-8" }, 134 135 { .compatible = "u-blox,neo-m8" }, 135 136 {},