Commit 0a2c4432 authored by Javier Carrasco's avatar Javier Carrasco Committed by Jonathan Cameron

dt-bindings: iio: health: maxim,max30102: add max30101

The Maxim max30101 is the replacement for the max30105, which is no
longer recommended for future designs.

The max30101 does not require new properties, and it can be described
with the existing ones for the max30105, which will be used as a
fallback compatible.
Signed-off-by: default avatarJavier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240324-max30101-v2-1-611deb510c97@gmail.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 86156cad
...@@ -4,16 +4,20 @@ ...@@ -4,16 +4,20 @@
$id: http://devicetree.org/schemas/iio/health/maxim,max30102.yaml# $id: http://devicetree.org/schemas/iio/health/maxim,max30102.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Maxim MAX30102 heart rate and pulse oximeter and MAX30105 particle-sensor title: Maxim MAX30101/2 heart rate and pulse oximeter and MAX30105 particle-sensor
maintainers: maintainers:
- Matt Ranostay <matt.ranostay@konsulko.com> - Matt Ranostay <matt.ranostay@konsulko.com>
properties: properties:
compatible: compatible:
enum: oneOf:
- maxim,max30102 - enum:
- maxim,max30105 - maxim,max30102
- maxim,max30105
- items:
- const: maxim,max30101
- const: maxim,max30105
reg: reg:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment