Message ID | d3538ba9beededfe3a9ad5dab4903a6a01834822.1645175187.git.chunkeey@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2,1/2] dt-bindings: Add ti,tmp125 temperature sensor binding | expand |
On 18/02/2022 10:06, Christian Lamparter wrote: > 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> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
On Fri, Feb 18, 2022 at 10:06:42AM +0100, Christian Lamparter wrote: > 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> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <robh@kernel.org>
On Fri, Feb 18, 2022 at 10:06:42AM +0100, Christian Lamparter wrote: > 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> Applied to hwmon-next. Thanks, Guenter
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 091792ba993e..09b98bf97c8d 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
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> --- Documentation/devicetree/bindings/trivial-devices.yaml | 1 + 1 file changed, 1 insertion(+)