From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCH v3 3/5] dt-bindings: iio: light: add vcnl4000 devicetree bindings Date: Sun, 24 Mar 2019 17:20:36 +0000 Message-ID: <20190324172036.0208c470@archlinux> References: <20190321154047.23236-1-angus@akkea.ca> <20190321154047.23236-4-angus@akkea.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190321154047.23236-4-angus@akkea.ca> Sender: linux-kernel-owner@vger.kernel.org To: "Angus Ainslie (Purism)" Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , Tomas Novotny , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, 21 Mar 2019 08:40:45 -0700 "Angus Ainslie (Purism)" wrote: > Document the vishay VCNL4000 devicetree bindings. > > Signed-off-by: Angus Ainslie (Purism) Fairly straight forward, so I'll take this without explicitly waiting for a dt ack. Still plenty of time to add one if Rob or anyone else does want to take a look. Applied to the togreg branch of iio.git and pushed out as testing Thanks, Jonathan > --- > .../bindings/iio/light/vcnl4000.txt | 22 +++++++++++++++++++ > 1 file changed, 22 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/light/vcnl4000.txt > > diff --git a/Documentation/devicetree/bindings/iio/light/vcnl4000.txt b/Documentation/devicetree/bindings/iio/light/vcnl4000.txt > new file mode 100644 > index 000000000000..4a9d558a412a > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/light/vcnl4000.txt > @@ -0,0 +1,22 @@ > +VISHAY VCNL4000 - Ambient Light and proximity sensor > + > +This driver supports the VCNL4000/10/20 and VCNL4200 chips > + > +Required properties: > + > + -compatible: must be one of : > + vishay,vcnl4000 > + vishay,vcnl4010 > + vishay,vcnl4020 > + vishay,vcnl4200 > + > + -reg: I2C address of the sensor, should be one from below based on the model: > + 0x13 > + 0x51 > + > +Example: > + > +light-sensor@51 { > + compatible = "vishay,vcnl4200"; > + reg = <0x51>; > +};