diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2020-03-12 07:22:09 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2020-03-30 19:03:07 +0300 |
commit | e793eef8062f4a5b24433d0e0aac2ddf9cf71da8 (patch) | |
tree | d04a3a40b9c84c5df5520fd56bcaf374e8c03b31 /tools | |
parent | 867beb60d131f7a5cde88ba375338285fdc6ddb8 (diff) | |
download | linux-e793eef8062f4a5b24433d0e0aac2ddf9cf71da8.tar.xz |
pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycle
Only the Timer control register(TCLR) cannot be updated when the timer
is running. Registers like Counter register (TCRR), loader register
(TLDR) and match register (TMAR) can be updated while the counter is
running. Since TCLR is not updated in pwm_omap_dmtimer_config(), do not
stop the timer for period/duty_cycle update.
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions