aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/gnss
AgeCommit message (Collapse)AuthorFilesLines
2024-08-19dt-bindings: gnss: reference serial-peripheral-props.yamlKrzysztof Kozlowski5-5/+4
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 <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/20240811-dt-bindings-serial-peripheral-props-v1-4-1dba258b7492@linaro.org Signed-off-by: Rob Herring (Arm) <[email protected]>
2023-12-15dt-bindings: gnss: u-blox: add "reset-gpios" bindingWolfram Sang1-0/+6
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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
2022-08-25dt-bindings: Remove 'Device Tree Bindings' from end of title:Andrew Lunn4-4/+4
As indicated in link: https://lore.kernel.org/all/[email protected]/ 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
2022-05-03dt-bindings: gnss: Add Broacom BCM4751 family bindingsLinus Walleij1-0/+69
The Broadcom BCM4751 family of (A-)GPS chips have been around for some years. The latest iteration BCM4753 is for example mounted on the Huawei HiKey970. Cc: [email protected] Cc: [email protected] Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-04-25dt-bindings: gnss: Rewrite Mediatek bindings in YAMLLinus Walleij2-35/+59
This rewrites the Mediatek GNSS bindings in YAML. Cc: [email protected] Cc: Krzysztof Kozlowski <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-03-20dt-bindings: gnss: Add two more chipsLinus Walleij1-0/+8
The CSR GSD4t is a CSR product using the SiRFstarIV core, and the CSR CSRG05TA03-ICJE-R is a CSR product using the SiRFstarV core. These chips have a SRESETN line that can be pulled low to hard reset the chip and in some designs this is connected to a GPIO, so add this as an optional property. Update the example with a reset line so users see that it need to be tagged as active low. Cc: [email protected] Cc: Krzysztof Kozlowski <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-03-20dt-bindings: gnss: Rewrite sirfstar binding in YAMLLinus Walleij2-46/+68
This rewrites the SiRFstar DT bindings in YAML. Cc: [email protected] Cc: Krzysztof Kozlowski <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-03-20dt-bindings: gnss: Modify u-blox to use common bindingsLinus Walleij1-9/+5
This modifies the existing U-Blox GNSS bindings to reference the common GNSS YAML bindings. Fixed an unrelated whitespace error while at it. Cc: [email protected] Cc: Krzysztof Kozlowski <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2022-03-20dt-bindings: gnss: Rewrite common bindings in YAMLLinus Walleij2-37/+55
This rewrites the text-based GNSS common bindings to use a YAML schema. Cc: [email protected] Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2021-09-13dt-bindings: gnss: Convert UBlox Neo-6M binding to a schemaMaxime Ripard2-45/+62
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 <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
2020-03-23dt-bindings: serial: Convert slave-device bindings to json-schemaGeert Uytterhoeven1-1/+1
Convert the serial slave-device Device Tree binding documentation to json-schema, and incorporate it into the generic serial bindings. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Signed-off-by: Rob Herring <[email protected]>
2019-04-04dt-bindings: gnss: add u-blox,neo-6m compatibleOndrej Jirman1-0/+1
Add compatible for u-blox NEO-6M GPS module. Signed-off-by: Ondrej Jirman <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
2019-02-15dt-bindings: gnss: add mediatek bindingLoys Ollivier1-0/+35
Add binding for Mediatek-based GNSS receivers. Signed-off-by: Loys Ollivier <[email protected]> Reviewed-by: Rob Herring <[email protected]> [ johan: rename backup supply ] Signed-off-by: Johan Hovold <[email protected]>
2019-01-25dt-bindings: gnss: add lna-supply propertyAndreas Kemnade1-0/+1
Add lna-supply property. Signed-off-by: Andreas Kemnade <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
2019-01-25dt-bindings: gnss: add w2sg0004 compatible stringAndreas Kemnade1-0/+1
Add w2sg0004 compatible string since devices without wakeup pins are now supported. Signed-off-by: Andreas Kemnade <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
2018-06-28dt-bindings: gnss: add sirfstar bindingJohan Hovold1-0/+45
Add binding for SiRFstar-based GNSS receivers. Note that while four compatible-strings are initially added representing devices which differ in which I/O interfaces they support, they otherwise essentially share the same feature set. Pin and supply names vary slightly, as do some recommended timings. Note that the wakeup gpio is not intended to be used as a wakeup source, but rather to detect the current power state of the device (active or hibernate). Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2018-06-28dt-bindings: gnss: add u-blox bindingJohan Hovold1-0/+44
Add binding for u-blox GNSS receivers. Note that the u-blox product names encodes form factor (e.g. "neo"), chipset (e.g. "8") and variant (e.g. "q"), but that only formfactor and chipset is used for the compatible strings (for now). Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2018-06-28dt-bindings: add generic gnss bindingJohan Hovold1-0/+36
Describe generic properties for GNSS receivers. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>