[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190315215425.24140-3-angus@akkea.ca>
Date: Fri, 15 Mar 2019 14:54:25 -0700
From: "Angus Ainslie (Purism)" <angus@...ea.ca>
To: angus.ainslie@...i.sm
Cc: Jonathan Cameron <jic23@...nel.org>,
Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Tomas Novotny <tomas@...otny.cz>,
"Angus Ainslie (Purism)" <angus@...ea.ca>,
Brian Masney <masneyb@...tation.org>,
Robert Eshleman <bobbyeshleman@...il.com>,
Mathieu Othacehe <m.othacehe@...il.com>,
Parthiban Nallathambi <pn@...x.de>, ryang <decatf@...il.com>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [PATCH 2/2] dt-bindings: iio: light: Document the VCNL4xx0 device tree bindings
devicetree hooks where added to the VCNL4xx0 light and proximity
sensor driver.
Signed-off-by: Angus Ainslie (Purism) <angus@...ea.ca>
---
.../devicetree/bindings/iio/light/vcnl4xx0.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/light/vcnl4xx0.txt
diff --git a/Documentation/devicetree/bindings/iio/light/vcnl4xx0.txt b/Documentation/devicetree/bindings/iio/light/vcnl4xx0.txt
new file mode 100644
index 000000000000..d61cf3c121c3
--- /dev/null
+++ b/Documentation/devicetree/bindings/iio/light/vcnl4xx0.txt
@@ -0,0 +1,15 @@
+VISHAY VCNL4xx0 - Ambient Light and proximity sensor
+
+This driver supports the VCNL4000/10/20/40 and VCNL4200
+
+Required properties:
+
+ -compatible: should be "vishay,vcnl4000" or "vishay,vcnl4040"
+ -reg: I2C address of the sensor, should be 0x60
+
+Example:
+
+light-sensor@60 {
+ compatible = "vishay,vcnl4040";
+ reg = <0x60>;
+};
--
2.17.1
Powered by blists - more mailing lists