forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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 {},