Skip to content

Commit 4585580

Browse files
nxpfrankligroeck
authored andcommitted
dt-bindings: hwmon: ti,tmp108: Add nxp,p3t1085 compatible string
The register layout of P3T1085 is the same as ti,tmp108. Add compatible string nxp,p3t1085 for it. The difference of P3T1085 is support I3C. Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Frank Li <[email protected]> Message-ID: <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
1 parent 1f22c07 commit 4585580

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/devicetree/bindings/hwmon/ti,tmp108.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,26 @@
44
$id: http://devicetree.org/schemas/hwmon/ti,tmp108.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

7-
title: TMP108 temperature sensor
7+
title: TMP108/P3T1085(NXP) temperature sensor
88

99
maintainers:
1010
- Krzysztof Kozlowski <[email protected]>
1111

1212
description: |
13-
The TMP108 is a digital-output temperature sensor with a
13+
The TMP108/P3T1085(NXP) is a digital-output temperature sensor with a
1414
dynamically-programmable limit window, and under- and overtemperature
1515
alert functions.
1616
17+
P3T1085(NXP) support I3C.
18+
1719
Datasheets:
1820
https://www.ti.com/product/TMP108
21+
https://www.nxp.com/docs/en/data-sheet/P3T1085UK.pdf
1922
2023
properties:
2124
compatible:
2225
enum:
26+
- nxp,p3t1085
2327
- ti,tmp108
2428

2529
interrupts:

0 commit comments

Comments
 (0)