All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC v4 3/3] DT: Add documentation for gp2ap020a00f sensor
@ 2013-08-16 13:12 Jacek Anaszewski
  2013-08-16 13:28 ` Pawel Moll
  2013-08-19 21:29 ` Stephen Warren
  0 siblings, 2 replies; 9+ messages in thread
From: Jacek Anaszewski @ 2013-08-16 13:12 UTC (permalink / raw)
  To: linux-iio
  Cc: devicetree, jic23, kyungmin.park, s.nawrocki, rob.herring,
	pawel.moll, mark.rutland, swarren, ian.campbell, Jacek Anaszewski

This patch adds device tree binding documentation
for the gp2ap020a00f proximity/als sensor.

Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Kyunmin Park <kyungmin.park@samsung.com>
---
 .../devicetree/bindings/iio/light/gp2ap020a00f.txt |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt

diff --git a/Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt b/Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt
new file mode 100644
index 0000000..e4f377d
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt
@@ -0,0 +1,20 @@
+* Sharp GP2AP020A00F I2C Proximity/ALS sensor
+
+Required properties:
+
+  - compatible : should be "sharp,gp2ap020a00f"
+  - reg : the I2C address of the light sensor
+  - interrupt-parent : phandle to the parent interrupt controller
+  - interrupts : should be INT interrupt pin
+  - vled-supply : VLED power supply, as covered
+		  in Documentation/devicetree/bindings/regulator/regulator.txt
+
+Example:
+
+gp2ap020a00f@39 {
+	compatible = "sharp,gp2ap020a00f";
+	reg = <0x39>;
+	interrupt-parent = <&gpx0>;
+	interrupts = <2 0>;
+	vled-supply = <...>;
+};
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-08-21 17:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 13:12 [PATCH/RFC v4 3/3] DT: Add documentation for gp2ap020a00f sensor Jacek Anaszewski
2013-08-16 13:28 ` Pawel Moll
2013-08-19 10:55   ` Sylwester Nawrocki
2013-08-19 12:13     ` Pawel Moll
2013-08-19 21:29 ` Stephen Warren
2013-08-20  5:54   ` Jonathan Cameron
2013-08-20 16:20     ` Stephen Warren
2013-08-21  8:29       ` Jacek Anaszewski
2013-08-21 17:12         ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.