On Mon, 22 Feb 2021 21:23:13 +0000, Joe Sandom wrote: > Device tree binding for AMS/TAOS tsl2591 ambient light sensor. > > This driver supports configuration via device tree and sysfs. > Supported channels for raw infrared light intensity, > raw combined light intensity and illuminance in lux. > The driver additionally supports iio events on lower and > upper thresholds. > > This is a very-high sensitivity light-to-digital converter that > transforms light intensity into a digital signal. > > Datasheet Available at: https://ams.com/tsl25911 > > Signed-off-by: Joe Sandom <joe.g.sandom@xxxxxxxxx> > --- > Changes in v4: > - Corrected id field to include vendor name in prefix > > Notes: > - Previously incorrectly included binding in same patch as driver. > This was pointed out by the maintainer and has now been changed to > a patch series. Sorry for the confusion! > > Reason for re-send; > - Maintainer email was outlook address, changed to gmail address as this > is the email the patch is being sent from. > > .../bindings/iio/light/amstaos,tsl2591.yaml | 50 +++++++++++++++++++ > 1 file changed, 50 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/light/amstaos,tsl2591.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>