Message ID | 20140124074103.GJ16215@pengutronix.de |
---|---|
State | Superseded |
Headers | show |
diff --git a/Documentation/pwm.txt b/Documentation/pwm.txt index 93cb979..b7e8a31 100644 --- a/Documentation/pwm.txt +++ b/Documentation/pwm.txt @@ -44,6 +44,8 @@ After being requested, a PWM has to be configured using: int pwm_config(struct pwm_device *pwm, int duty_ns, int period_ns); To start/stop toggling the PWM output use pwm_enable()/pwm_disable(). +The output of a disabled PWM is undefined. Set the duty cycle to 100% +for a constant high output and to 0 for constant low output. Using PWMs with the sysfs interface -----------------------------------