hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 {},