On Sun, 01 Feb 2026 19:03:48 +0200 Erikas Bitovtas <[email protected]> wrote:
> Document the Capella cm36686 ambient light and proximity sensor devicetree > bindings. > > Signed-off-by: Erikas Bitovtas <[email protected]> One comment inline. Thanks, Jonathan > --- > .../bindings/iio/light/capella,cm36686.yaml | 74 > ++++++++++++++++++++++ > 1 file changed, 74 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/light/capella,cm36686.yaml > b/Documentation/devicetree/bindings/iio/light/capella,cm36686.yaml > new file mode 100644 > index 000000000000..5f0a585e3d87 > --- /dev/null > +++ b/Documentation/devicetree/bindings/iio/light/capella,cm36686.yaml > @@ -0,0 +1,74 @@ > +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/iio/light/capella,cm36686.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Capella cm36686 I2C Ambient Light and Proximity sensor > + > +maintainers: > + - Erikas Bitovtas <[email protected]> > + > +properties: > + compatible: > + enum: > + - capella,cm36686 > + - capella,cm36672p > + > + reg: > + maxItems: 1 > + description: > + I2C slave address of the device. Must be 0x60 for both cm36686 Try to avoid the word slave in new docs I2C address of the device ... Is fine here. > + and cm36672p sensors. >

