diff options
| author | Chen-Shi-Hong <eric039eric@gmail.com> | 2026-05-14 23:39:13 +0800 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2026-05-14 15:48:57 -0700 |
| commit | 51f57607e30bee282a1d40845f89a311cbb26481 (patch) | |
| tree | a4bb1b211efea8e979f6b2dd540a6352656664b6 | |
| parent | f06035ab324e52a845079c2e5f2380fa3cebde9b (diff) | |
docs: hwmon: sy7636a: fix temperature sysfs attribute name
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>
| -rw-r--r-- | Documentation/hwmon/sy7636a-hwmon.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/sy7636a-hwmon.rst b/Documentation/hwmon/sy7636a-hwmon.rst index 0143ce0e5db7..03d866aba6e8 100644 --- a/Documentation/hwmon/sy7636a-hwmon.rst +++ b/Documentation/hwmon/sy7636a-hwmon.rst @@ -22,5 +22,5 @@ The following sensors are supported sysfs-Interface --------------- -temp0_input +temp1_input - Temperature of external NTC (milli-degree C) |
