mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
gnss: ubx: add u-blox,neo-6m compatible
Add compatible for u-blox NEO-6M GPS module. Signed-off-by: Ondrej Jirman <megous@megous.com> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
ae40e94fca
commit
7cc10c5cb1
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ static void ubx_remove(struct serdev_device *serdev)
|
|||
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id ubx_of_match[] = {
|
||||
{ .compatible = "u-blox,neo-6m" },
|
||||
{ .compatible = "u-blox,neo-8" },
|
||||
{ .compatible = "u-blox,neo-m8" },
|
||||
{},
|
||||
|
|
Loading…
Add table
Reference in a new issue