hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gnss/ubx.c
....@@ -130,6 +130,7 @@
130130
131131 #ifdef CONFIG_OF
132132 static const struct of_device_id ubx_of_match[] = {
133
+ { .compatible = "u-blox,neo-6m" },
133134 { .compatible = "u-blox,neo-8" },
134135 { .compatible = "u-blox,neo-m8" },
135136 {},