Skip to content

Commit 51f5760

Browse files
eric039ericgroeck
authored andcommitted
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>
1 parent f06035a commit 51f5760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/hwmon/sy7636a-hwmon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ The following sensors are supported
2222
sysfs-Interface
2323
---------------
2424

25-
temp0_input
25+
temp1_input
2626
- Temperature of external NTC (milli-degree C)

0 commit comments

Comments
 (0)