]> Pileus Git - ~andy/linux/commitdiff
DT: Add documentation for gp2ap020a00f sensor
authorJacek Anaszewski <j.anaszewski@samsung.com>
Wed, 21 Aug 2013 15:06:00 +0000 (16:06 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 15 Sep 2013 10:06:37 +0000 (11:06 +0100)
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: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt b/Documentation/devicetree/bindings/iio/light/gp2ap020a00f.txt
new file mode 100644 (file)
index 0000000..9231c82
--- /dev/null
@@ -0,0 +1,21 @@
+* Sharp GP2AP020A00F I2C Proximity/ALS sensor
+
+The proximity detector sensor requires power supply
+for its built-in led. It is also defined by this binding.
+
+Required properties:
+
+  - compatible : should be "sharp,gp2ap020a00f"
+  - reg : the I2C slave address of the light sensor
+  - interrupts : interrupt specifier for the sole interrupt generated
+                by the device
+  - vled-supply : VLED power supply, as covered in ../regulator/regulator.txt
+
+Example:
+
+gp2ap020a00f@39 {
+       compatible = "sharp,gp2ap020a00f";
+       reg = <0x39>;
+       interrupts = <2 0>;
+       vled-supply = <...>;
+};