]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (sy7636a) Fix sensor description
authorAndreas Kemnade <akemnade@kernel.org>
Mon, 27 Oct 2025 20:28:47 +0000 (21:28 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 2 Nov 2025 19:10:06 +0000 (11:10 -0800)
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>
Documentation/hwmon/sy7636a-hwmon.rst

index c85db7b3294158b9c7db8d7d8195bdd09c53fa61..0143ce0e5db7653e6a61f89fd55ff9142a539252 100644 (file)
@@ -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)