diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-11-11 12:31:59 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-11-12 13:54:55 -0800 |
commit | 11d35624d7696a64724160199fc94587010d7cb2 (patch) | |
tree | 56a040fd5781811a733f70800f0e8838b78f2ef9 /Documentation | |
parent | 4585580781d69d8627e15f027873e46282ea3787 (diff) | |
download | linux-stable-11d35624d7696a64724160199fc94587010d7cb2.tar.gz linux-stable-11d35624d7696a64724160199fc94587010d7cb2.tar.bz2 linux-stable-11d35624d7696a64724160199fc94587010d7cb2.zip |
hwmon: (tmp108) Add NXP p3t1085 support
Add compatible string 'nxp,p3t1085' since p3t1085's register layout is the
same as tmp108.
The p3t1085 supports I3C interface.
Update document tmp108.rst and Kconfig's help context.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Message-ID: <20241111-p3t1085-v3-2-bff511550aad@nxp.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/tmp108.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/hwmon/tmp108.rst b/Documentation/hwmon/tmp108.rst index 6df7cf1b42f4..bc4941d98268 100644 --- a/Documentation/hwmon/tmp108.rst +++ b/Documentation/hwmon/tmp108.rst @@ -3,6 +3,14 @@ Kernel driver tmp108 Supported chips: + * NXP P3T1085 + + Prefix: 'p3t1085' + + Addresses scanned: none + + Datasheet: https://www.nxp.com/docs/en/data-sheet/P3T1085UK.pdf + * Texas Instruments TMP108 Prefix: 'tmp108' |