Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Message-ID: <20241111-p3t1085-v3-1-bff511550aad@nxp.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Frank Li and committed by
Guenter Roeck
45855807 1f22c072

+6 -2
+6 -2
Documentation/devicetree/bindings/hwmon/ti,tmp108.yaml
··· 4 4 $id: http://devicetree.org/schemas/hwmon/ti,tmp108.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: TMP108 temperature sensor 7 + title: TMP108/P3T1085(NXP) temperature sensor 8 8 9 9 maintainers: 10 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 11 12 12 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 14 14 dynamically-programmable limit window, and under- and overtemperature 15 15 alert functions. 16 16 17 + P3T1085(NXP) support I3C. 18 + 17 19 Datasheets: 18 20 https://www.ti.com/product/TMP108 21 + https://www.nxp.com/docs/en/data-sheet/P3T1085UK.pdf 19 22 20 23 properties: 21 24 compatible: 22 25 enum: 26 + - nxp,p3t1085 23 27 - ti,tmp108 24 28 25 29 interrupts: