Skip to content

Commit b5df72b

Browse files
committed
dt-bindings: hwmon: adi,max31827: add MAX31875
Add max31875 to dt-bindings of max31827 MAX31875 is low-power I2C temperature sensor similar to MAX31827 Signed-off-by: John Erasmus Mari Geronimo <johnerasmusmari.geronimo@analog.com>
1 parent 1867a1b commit b5df72b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Documentation/devicetree/bindings/hwmon/adi,max31827.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@
44
$id: http://devicetree.org/schemas/hwmon/adi,max31827.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch
7+
title: Analog Devices MAX31827, MAX31828, MAX31829, MAX31875 Low-Power Temperature Switch
88

99
maintainers:
10-
- Daniel Matyas <daniel.matyas@analog.com>
10+
- John Erasmus Mari Geronimo <johnerasmusmari.geronimo@analog.com>
1111

1212
description: |
1313
Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch with
1414
I2C Interface
1515
https://www.analog.com/media/en/technical-documentation/data-sheets/MAX31827-MAX31829.pdf
1616
17+
Analog Devices MAX31875 Low-Power I2C Temperature Sensor in WLP Package
18+
https://www.analog.com/media/en/technical-documentation/data-sheets/MAX31875.pdf
19+
1720
properties:
1821
compatible:
1922
oneOf:
@@ -22,6 +25,7 @@ properties:
2225
- enum:
2326
- adi,max31828
2427
- adi,max31829
28+
- adi,max31875
2529
- const: adi,max31827
2630

2731
reg:
@@ -93,6 +97,16 @@ allOf:
9397
adi,fault-q:
9498
default: 4
9599

100+
- if:
101+
properties:
102+
compatible:
103+
contains:
104+
const: adi,max31875
105+
106+
then:
107+
properties:
108+
adi,fault-q:
109+
enum: [1, 2, 4, 6]
96110

97111
required:
98112
- compatible

0 commit comments

Comments
 (0)