Acked-by: Crt Mori <cmo@xxxxxxxxxxx> (also tested that existing dts's work without any modification). On Sun, 7 May 2023 at 20:47, Marek Vasut <marex@xxxxxxx> wrote: > > Document support for MLX90615 Infra Red Thermometer, which seems to > be the predecesor of MLX90614 . There are significant differences in > the register layout compared to MLX90614, but the functionality of > the device is virtually identical. > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Signed-off-by: Marek Vasut <marex@xxxxxxx> > --- > Cc: Crt Mori <cmo@xxxxxxxxxxx> > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > Cc: Marek Vasut <marex@xxxxxxx> > Cc: Peter Meerwald <pmeerw@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-iio@xxxxxxxxxxxxxxx > --- > V2: - Add spaces to subject tags > - Add AB from Krzysztof > --- > .../bindings/iio/temperature/melexis,mlx90614.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90614.yaml b/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90614.yaml > index d6965a0c1cf30..654d31f65d360 100644 > --- a/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90614.yaml > +++ b/Documentation/devicetree/bindings/iio/temperature/melexis,mlx90614.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/iio/temperature/melexis,mlx90614.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Melexis MLX90614 contactless IR temperature sensor > +title: Melexis MLX90614/MLX90615 contactless IR temperature sensor > > maintainers: > - Peter Meerwald <pmeerw@xxxxxxxxxx> > @@ -15,7 +15,9 @@ description: | > > properties: > compatible: > - const: melexis,mlx90614 > + enum: > + - melexis,mlx90614 > + - melexis,mlx90615 > > reg: > maxItems: 1 > -- > 2.39.2 >