Johan Hovold
4af167d803
dt-bindings: gnss: u-blox: use lowercase company name
...
The u-blox company name is written in lowercase so restore the style
that was used before the binding was converted to YAML.
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Johan Hovold <johan@kernel.org >
2025-11-20 16:45:40 +01:00
Johan Hovold
094f339350
dt-bindings: gnss: u-blox: use open-drain reset and safeboot in example
...
The RESET_N and SAFEBOOT_N pins should typically be left open and only
be connected to ground in rare cases where a device is misbehaving.
Specify GPIO_OPEN_DRAIN in the example as this is what should generally
be used.
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Signed-off-by: Johan Hovold <johan@kernel.org >
2025-11-20 16:44:48 +01:00
Alejandro Enrique
0fc1b4b6fd
dt-bindings: gnss: u-blox: add safeboot gpio
...
U-Blox M8/M9 chip have a pin to start it in safeboot mode, to be used
to recover from situations where the flash content has become
corrupted and needs to be restored.
Signed-off-by: Alejandro Enrique <alejandroe1@geotab.com >
Signed-off-by: Johan Hovold <johan@kernel.org >
2025-11-14 14:18:30 +01:00
Alejandro Enrique
e326371f30
dt-bindings: gnss: u-blox: add u-blox,neo-9m compatible
...
Add compatible for u-blox NEO-9M GPS module.
Signed-off-by: Alejandro Enrique <alejandroe1@geotab.com >
Acked-by: Rob Herring (Arm) <robh@kernel.org >
Signed-off-by: Johan Hovold <johan@kernel.org >
2025-06-24 13:27:48 +02:00
Krzysztof Kozlowski
38415a81e6
dt-bindings: gnss: reference serial-peripheral-props.yaml
...
The "current-speed" property is not a common property for all GNSS
devices, but only to these connected with serial. Drop the property
from the common GNSS properties schema and instead reference common
serial properties schema (for children of UART controllers).
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Reviewed-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20240811-dt-bindings-serial-peripheral-props-v1-4-1dba258b7492@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org >
2024-08-19 17:04:55 -05:00
Wolfram Sang
aba9f8b07d
dt-bindings: gnss: u-blox: add "reset-gpios" binding
...
The Renesas KingFisher board includes a U-Blox Neo-M8 chip. This chip
has a reset pin which is also wired on the board. Introduce a binding to
support this reset pin.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Johan Hovold <johan@kernel.org >
2023-12-15 09:12:51 +01:00
Andrew Lunn
dd3cb467eb
dt-bindings: Remove 'Device Tree Bindings' from end of title:
...
As indicated in
link: https://lore.kernel.org/all/20220822204945.GA808626-robh@kernel.org/
DT schema files should not have 'Device Tree Binding' as part of there
title: line. Remove this in most .yaml files, so hopefully preventing
developers copying it into new .yaml files, and being asked to remove
it.
Signed-off-by: Andrew Lunn <andrew@lunn.ch >
Link: https://lore.kernel.org/r/20220825020427.3460650-1-andrew@lunn.ch
Signed-off-by: Rob Herring <robh@kernel.org >
2022-08-25 14:06:57 -05:00
Linus Walleij
069e6bc6db
dt-bindings: gnss: Modify u-blox to use common bindings
...
This modifies the existing U-Blox GNSS bindings to reference
the common GNSS YAML bindings.
Fixed an unrelated whitespace error while at it.
Cc: devicetree@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org >
Signed-off-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org >
Signed-off-by: Rob Herring <robh@kernel.org >
Link: https://lore.kernel.org/r/20220317225844.1262643-2-linus.walleij@linaro.org
2022-03-20 14:54:56 -04:00
Maxime Ripard
caa80275c6
dt-bindings: gnss: Convert UBlox Neo-6M binding to a schema
...
The UBlox Neo 6M is supported by Linux thanks to its device tree
binding.
Now that we have the DT validation in place, let's convert the device
tree bindings for that driver over to a YAML schema.
Cc: Johan Hovold <johan@kernel.org >
Signed-off-by: Maxime Ripard <maxime@cerno.tech >
Link: https://lore.kernel.org/r/20210901091852.479202-22-maxime@cerno.tech
Signed-off-by: Rob Herring <robh@kernel.org >
2021-09-13 08:20:19 -05:00