On Sun, 12 Dec 2021 18:40:56 -0800, Gwendal Grignou wrote: > Add binding to configure Semtech sx9360 sensor. > It is a simpler version of sx9324. > > Signed-off-by: Gwendal Grignou <gwendal@xxxxxxxxxxxx> > --- > Changes since v2: > - Use const instead of single enum. > - Use proper syntax for maximum/minimum > - Fix spelling errors. > > Changes since v1: > - Fix cut and paste error. > - Add . at end of sentence. > > .../iio/proximity/semtech,sx9360.yaml | 89 +++++++++++++++++++ > 1 file changed, 89 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>