diff options
author | Slawomir Stepien <[email protected]> | 2022-05-25 09:36:51 +0200 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2022-07-13 08:38:19 -0700 |
commit | d8d5879a444297f819c70fbffd7b6a2790eea571 (patch) | |
tree | de6b4aa717791f5ea0692d288d450f24a9dc2047 | |
parent | b97adb596399581df42a5f94e14235359f150373 (diff) |
dt-bindings: hwmon: Add compatible string for ADT7481 in lm90
This will allow binding the driver with the device from the device tree.
This device can work in extended temperature measurement mode, so add it
also to the list of devices that support 'ti,extended-range-enable'.
Signed-off-by: Slawomir Stepien <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/national,lm90.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml index b04657849852..82fce96498c7 100644 --- a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml +++ b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml @@ -16,6 +16,7 @@ properties: - adi,adm1032 - adi,adt7461 - adi,adt7461a + - adi,adt7481 - dallas,max6646 - dallas,max6647 - dallas,max6649 @@ -70,6 +71,7 @@ allOf: enum: - adi,adt7461 - adi,adt7461a + - adi,adt7481 - ti,tmp451 - ti,tmp461 then: |