diff options
author | Peter Rosin <[email protected]> | 2022-04-25 22:35:41 +0200 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2022-05-20 10:57:05 -0700 |
commit | be754099e5d400e01b2dc12119208be052e87b1b (patch) | |
tree | 628ca49d839668256cfaf883ff0c85e869e45f20 | |
parent | 8c099cd381aa36373593d4efc92493c1345c73da (diff) |
dt-bindings: hwmon: Add Atmel AT30TS74
Document the Atmel (now Microchip) AT30TS74 which is an LM75 based
temperature sensor.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Peter Rosin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/lm75.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/lm75.yaml b/Documentation/devicetree/bindings/hwmon/lm75.yaml index 72980d083c21..8226e3b5d028 100644 --- a/Documentation/devicetree/bindings/hwmon/lm75.yaml +++ b/Documentation/devicetree/bindings/hwmon/lm75.yaml @@ -14,6 +14,7 @@ properties: compatible: enum: - adi,adt75 + - atmel,at30ts74 - dallas,ds1775 - dallas,ds75 - dallas,ds7505 |