From: Alejandro Enrique <alejandroe1@geotab.com>
Add compatible for u-blox NEO-M9 GPS module.
Signed-off-by: Alejandro Enrique <alejandroe1@geotab.com>
---
drivers/gnss/ubx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gnss/ubx.c b/drivers/gnss/ubx.c
index 92402f6082c415c7b9051338eef5406b09e09455..2d69f1b4a5979f96d3d4ce72b122f3bd05892b55 100644
--- a/drivers/gnss/ubx.c
+++ b/drivers/gnss/ubx.c
@@ -124,6 +124,7 @@ static const struct of_device_id ubx_of_match[] = {
{ .compatible = "u-blox,neo-6m" },
{ .compatible = "u-blox,neo-8" },
{ .compatible = "u-blox,neo-m8" },
+ { .compatible = "u-blox,neo-m9" },
{},
};
MODULE_DEVICE_TABLE(of, ubx_of_match);
--
2.34.1