summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndreas Kemnade <akemnade@kernel.org>2025-10-27 23:28:47 +0300
committerGuenter Roeck <linux@roeck-us.net>2025-11-02 22:10:06 +0300
commit68c2a8b59d231b83284cfda6c3c2147f4e0fa4cf (patch)
tree51b688d6e9665ffe29617a25ce468960e9e4bb9a /Documentation
parent3eaf1b631506e8de2cb37c278d5bc042521e82c1 (diff)
downloadlinux-68c2a8b59d231b83284cfda6c3c2147f4e0fa4cf.tar.xz
hwmon: (sy7636a) Fix sensor description
The temperature is not from the die itself but from an NTC. That was verified with an IR camera. Fix that. Signed-off-by: Andreas Kemnade <akemnade@kernel.org> Link: https://lore.kernel.org/r/20251027202847.119707-1-akemnade@kernel.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/sy7636a-hwmon.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/hwmon/sy7636a-hwmon.rst b/Documentation/hwmon/sy7636a-hwmon.rst
index c85db7b32941..0143ce0e5db7 100644
--- a/Documentation/hwmon/sy7636a-hwmon.rst
+++ b/Documentation/hwmon/sy7636a-hwmon.rst
@@ -17,10 +17,10 @@ the Silergy SY7636A PMIC.
The following sensors are supported
* Temperature
- - SoC on-die temperature in milli-degree C
+ - Temperature of external NTC in milli-degree C
sysfs-Interface
---------------
temp0_input
- - SoC on-die temperature (milli-degree C)
+ - Temperature of external NTC (milli-degree C)