From: Chen-Shi-Hong Date: Thu, 14 May 2026 15:39:13 +0000 (+0800) Subject: docs: hwmon: sy7636a: fix temperature sysfs attribute name X-Git-Tag: v7.1-rc4~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51f57607e30bee282a1d40845f89a311cbb26481;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20260514154108.1937-1-eric039eric@gmail.com Signed-off-by: Guenter Roeck --- 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)