forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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 {},