Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240324-max30101-v2-1-611deb510c97@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Javier Carrasco and committed by
Jonathan Cameron
0a2c4432 86156cad

+8 -4
+8 -4
Documentation/devicetree/bindings/iio/health/maxim,max30102.yaml
··· 4 4 $id: http://devicetree.org/schemas/iio/health/maxim,max30102.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Maxim MAX30102 heart rate and pulse oximeter and MAX30105 particle-sensor 7 + title: Maxim MAX30101/2 heart rate and pulse oximeter and MAX30105 particle-sensor 8 8 9 9 maintainers: 10 10 - Matt Ranostay <matt.ranostay@konsulko.com> 11 11 12 12 properties: 13 13 compatible: 14 - enum: 15 - - maxim,max30102 16 - - maxim,max30105 14 + oneOf: 15 + - enum: 16 + - maxim,max30102 17 + - maxim,max30105 18 + - items: 19 + - const: maxim,max30101 20 + - const: maxim,max30105 17 21 18 22 reg: 19 23 maxItems: 1