[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <851a39473dcdd852040c59b83ef50c3318e74c87.1525340143.git.hns@goldelico.com>
Date: Thu, 3 May 2018 11:35:47 +0200
From: "H. Nikolaus Schaller" <hns@...delico.com>
To: Johan Hovold <johan@...nel.org>, afd@...com,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Benoît Cousson <bcousson@...libre.com>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@...linux.org.uk>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"H. Nikolaus Schaller" <hns@...delico.com>,
Kevin Hilman <khilman@...libre.com>,
Andreas Färber <afaerber@...e.de>,
Thierry Reding <treding@...dia.com>,
Jonathan Cameron <jic23@...nel.org>,
Noralf Trønnes <noralf@...nnes.org>,
David Lechner <david@...hnology.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org, letux-kernel@...nphoenux.org,
kernel@...a-handheld.com, linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v7 2/6] dt-bindings: gnss: add w2sg0004 bindings documentation
Add bindings documentation for Wi2Wi W2SG0004 GPS module.
This is a quite old module which does not support a WAKEUP
line and hence can't use a generic SirfStar driver.
Signed-off-by: H. Nikolaus Schaller <hns@...delico.com>
Acked-by: Rob Herring <robh@...nel.org>
---
.../devicetree/bindings/gnss/wi2wi,w2sg0004.txt | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 Documentation/devicetree/bindings/gnss/wi2wi,w2sg0004.txt
diff --git a/Documentation/devicetree/bindings/gnss/wi2wi,w2sg0004.txt b/Documentation/devicetree/bindings/gnss/wi2wi,w2sg0004.txt
new file mode 100644
index 000000000000..ac4ec479ea98
--- /dev/null
+++ b/Documentation/devicetree/bindings/gnss/wi2wi,w2sg0004.txt
@@ -0,0 +1,23 @@
+Wi2Wi W2SG0004 GPS module connected through UART
+
+Should be a subnode of the SoC UART it is connected to.
+
+Required properties:
+- compatible: must be
+ "wi2wi,w2sg0004"
+- enable-gpio: the GPIO that controls the module's power toggle
+ input. A positive impulse of sufficent length toggles the
+ power state.
+
+Optional properties:
+- lna-supply: an (optional) LNA regulator that is enabled together with the GPS receiver
+
+Example:
+
+&uart2 {
+ w2sg0004: gps {
+ compatible = "wi2wi,w2sg0004";
+ lna-supply = <&vsim>; /* LNA regulator */
+ enable-gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>; /* GPIO_145: trigger for turning on/off w2sg0004 */
+ };
+};
--
2.12.2
Powered by blists - more mailing lists