mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue