Re: [PATCH 2/3] docs: hwmon: Update TMP108 documentation for NXP P3T1084UK support

From: Guenter Roeck

Date: Tue Mar 24 2026 - 07:52:21 EST


On 3/23/26 09:22, Anshika Gupta wrote:
Add references to the NXP P3T1084UK temperature sensor in the TMP108
hardware monitoring documentation. The P3T1084UK is compatible with
the TMP108 register interface and protocol, and the hwmon driver now
supports it. Update the .rst document accordingly to reflect the new
compatible device and its expected behavior.

Signed-off-by: Lakshay Piplani <lakshaypiplani77@xxxxxxxxx>
Signed-off-by: Anshika Gupta <guptaanshika.ag@xxxxxxxxx>
---
Documentation/hwmon/tmp108.rst | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/hwmon/tmp108.rst b/Documentation/hwmon/tmp108.rst
index c218ea333dd6..cda280032710 100644
--- a/Documentation/hwmon/tmp108.rst
+++ b/Documentation/hwmon/tmp108.rst
@@ -11,6 +11,13 @@ Supported chips:
Datasheet: https://www.nxp.com/docs/en/data-sheet/P3T1035XUK_P3T2030XUK.pdf
+ * NXP P3T1084

Sashiko:

This isn't a bug, but the new bullet point uses a single leading space,
whereas the surrounding list items use two leading spaces. This inconsistent
indentation might cause parsing issues when generating the reStructuredText
documentation.

+
+ Prefix: 'p3t1045'
+

P3T1084 or p3t1045 ?

+ Addresses scanned: none
+
+ Datasheet: https://www.nxp.com/docs/en/data-sheet/P3T1084UK.pdf
* NXP P3T1085

Guenter