On Friday 28 May 2021 19:37:16 W_Armin@xxxxxx wrote: > From: Armin Wolf <W_Armin@xxxxxx> > > pwm1_enable is now readable too. Hello! pwm1_enable cannot be readable. It is write-only node. See also: https://lore.kernel.org/linux-hwmon/201605221717.26604@pali/ > Signed-off-by: Armin Wolf <W_Armin@xxxxxx> > --- > Documentation/hwmon/dell-smm-hwmon.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/hwmon/dell-smm-hwmon.rst b/Documentation/hwmon/dell-smm-hwmon.rst > index 3bf77a5df995..d6fe9b8a2c40 100644 > --- a/Documentation/hwmon/dell-smm-hwmon.rst > +++ b/Documentation/hwmon/dell-smm-hwmon.rst > @@ -35,7 +35,7 @@ Name Perm Description > fan[1-3]_input RO Fan speed in RPM. > fan[1-3]_label RO Fan label. > pwm[1-3] RW Control the fan PWM duty-cycle. > -pwm1_enable WO Enable or disable automatic BIOS fan > +pwm1_enable RW Enable or disable automatic BIOS fan > control (not supported on all laptops, > see below for details). > temp[1-10]_input RO Temperature reading in milli-degrees > -- > 2.20.1 >