gnss: rename u-blox M10 driver to M8
The driver in tree is for u-blox M8 devices, not M10. The M10 series devices (from Protocol Version 23.01) use a different, non backwards compatible interface for configuring the modem behaviour. Of the two boards tested in the original PR, the "VMU RT1170" is explicitly listed as having a u-blox NEO-M8N modem, while I have been unable to find any information online about the "FMURT6" board. Leaving the naming as-is will cause problems when M10 drivers are contributed. Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
bf41e53e00
commit
d97cc46bdd
11 changed files with 184 additions and 180 deletions
|
@ -71,6 +71,10 @@ Enhanced Serial Peripheral Interface (eSPI)
|
|||
GNSS
|
||||
====
|
||||
|
||||
* The u-blox M10 driver has been renamed to M8 as it only supports M8 based devices.
|
||||
Existing devicetree compatibles should be updated to :dtcompatible:`u-blox,m8`, and Kconfig
|
||||
symbols swapped to :kconfig:option:`CONFIG_GNSS_U_BLOX_M8`.
|
||||
|
||||
Input
|
||||
=====
|
||||
|
||||
|
|
|
@ -861,7 +861,7 @@ Drivers and Sensors
|
|||
|
||||
* Added GNSS device driver API test suite.
|
||||
* Added support for the u-blox UBX protocol.
|
||||
* Added device driver for the u-blox M10 GNSS modem (:dtcompatible:`u-blox,m10`).
|
||||
* Added device driver for the u-blox M8 GNSS modem (:dtcompatible:`u-blox,m8`).
|
||||
* Added device driver for the Luatos Air530z GNSS modem (:dtcompatible:`luatos,air530z`).
|
||||
|
||||
* GPIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue