diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-04-25 15:29:47 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-04-25 15:19:46 -0500 |
commit | 74de379201cdede5a49ebc5b1b069e227a2217c9 (patch) | |
tree | b168ac5ff9bbd7bbaf7cd26b8f0b6e2a0365029f /Documentation/devicetree/bindings/gnss/mediatek.txt | |
parent | 067c098766c6af667a9002d4e33cf1f3c998abbe (diff) | |
download | linux-74de379201cdede5a49ebc5b1b069e227a2217c9.tar.gz linux-74de379201cdede5a49ebc5b1b069e227a2217c9.tar.bz2 linux-74de379201cdede5a49ebc5b1b069e227a2217c9.zip |
dt-bindings: gnss: Rewrite Mediatek bindings in YAML
This rewrites the Mediatek GNSS bindings in YAML.
Cc: devicetree@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220425132947.1311171-1-linus.walleij@linaro.org
Diffstat (limited to 'Documentation/devicetree/bindings/gnss/mediatek.txt')
-rw-r--r-- | Documentation/devicetree/bindings/gnss/mediatek.txt | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Documentation/devicetree/bindings/gnss/mediatek.txt b/Documentation/devicetree/bindings/gnss/mediatek.txt deleted file mode 100644 index 80cb802813c5..000000000000 --- a/Documentation/devicetree/bindings/gnss/mediatek.txt +++ /dev/null @@ -1,35 +0,0 @@ -Mediatek-based GNSS Receiver DT binding - -Mediatek chipsets are used in GNSS-receiver modules produced by several -vendors and can use a UART interface. - -Please see Documentation/devicetree/bindings/gnss/gnss.txt for generic -properties. - -Required properties: - -- compatible : Must be - - "globaltop,pa6h" - -- vcc-supply : Main voltage regulator (pin name: VCC) - -Optional properties: - -- current-speed : Default UART baud rate -- gnss-fix-gpios : GPIO used to determine device position fix state - (pin name: FIX, 3D_FIX) -- reset-gpios : GPIO used to reset the device (pin name: RESET, NRESET) -- timepulse-gpios : Time pulse GPIO (pin name: PPS1, 1PPS) -- vbackup-supply : Backup voltage regulator (pin name: VBAT, VBACKUP) - -Example: - -serial@1234 { - compatible = "ns16550a"; - - gnss { - compatible = "globaltop,pa6h"; - vcc-supply = <&vcc_3v3>; - }; -}; |