diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-02-18 12:06:42 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-02-28 04:03:19 +0300 |
commit | 64b631fb0c6f7e5fbbe0d641556e07e7a8a272ef (patch) | |
tree | a094ff620a3ce331a6f025886232bbacec72c01e /Documentation/devicetree | |
parent | ba1d263af1c034baf479bca14d6f715b713214b1 (diff) | |
download | linux-64b631fb0c6f7e5fbbe0d641556e07e7a8a272ef.tar.xz |
dt-bindings: Add ti,tmp125 temperature sensor binding
From the freely available Texas Instruments' TMP125 datasheet:
"The TMP125 is an SPI-compatible temperature sensor available in the
tiny SOT23-6 package. Requiring no external components, the TMP125
is capable of measuring temperatures within 2 degree C of accuracy
over a temperature range of −25 degree C to +85 degree C and
2.5 degree C of accuracy over −40 degree C to +125 degree C."
The TMP125 is very similar to the TMP121/TMP122 series of familiar
chips.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/d3538ba9beededfe3a9ad5dab4903a6a01834822.1645175187.git.chunkeey@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/trivial-devices.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index d03d90360aa0..1c49bbc654ee 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -337,6 +337,7 @@ properties: # Thermometer with SPI interface - ti,tmp121 - ti,tmp122 + - ti,tmp125 # Digital Temperature Sensor - ti,tmp275 # TI DC-DC converter on PMBus |