Message ID | 20230504194750.4489-1-marex@denx.de (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [1/2] dt-bindings:iio:temperature:melexis,mlx90614: Document MLX90615 support | expand |
On 04/05/2023 21:47, Marek Vasut 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. Subject: add spaces after each prefix:. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 5/5/23 08:47, Krzysztof Kozlowski wrote: > On 04/05/2023 21:47, Marek Vasut 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. > > Subject: add spaces after each prefix:. I just followed the prior tags from the only other commit: 39616b4e4a02f dt-bindings:iio:temperature:melexis,mlx90614 yaml conversion But I also prefer the spaces, so added.
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@pmeerw.net> @@ -15,7 +15,9 @@ description: | properties: compatible: - const: melexis,mlx90614 + enum: + - melexis,mlx90614 + - melexis,mlx90615 reg: maxItems: 1
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. Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Crt Mori <cmo@melexis.com> Cc: Jonathan Cameron <jic23@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Lars-Peter Clausen <lars@metafoo.de> Cc: Marek Vasut <marex@denx.de> Cc: Peter Meerwald <pmeerw@pmeerw.net> Cc: Rob Herring <robh+dt@kernel.org> Cc: devicetree@vger.kernel.org Cc: linux-iio@vger.kernel.org --- .../bindings/iio/temperature/melexis,mlx90614.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)