mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
3eaf1b6315
commit
68c2a8b59d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue