The hwmon sysfs naming convention uses temp[1-*]_input for temperature channels. Documentation/hwmon/sy7636a-hwmon.rst currently documents temp0_input, while the driver uses the standard hwmon temperature channel interface. Update the documentation to use temp1_input. Signed-off-by: Chen-Shi-Hong <eric039eric@gmail.com> Link: https://lore.kernel.org/r/20260514154108.1937-1-eric039eric@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
26 lines
458 B
ReStructuredText
26 lines
458 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
Kernel driver sy7636a-hwmon
|
|
===========================
|
|
|
|
Supported chips:
|
|
|
|
* Silergy SY7636A PMIC
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver adds hardware temperature reading support for
|
|
the Silergy SY7636A PMIC.
|
|
|
|
The following sensors are supported
|
|
|
|
* Temperature
|
|
- Temperature of external NTC in milli-degree C
|
|
|
|
sysfs-Interface
|
|
---------------
|
|
|
|
temp1_input
|
|
- Temperature of external NTC (milli-degree C)
|