clocksource/drivers/timer-ti-dm: Do not update counter on updating the period
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 5 Mar 2020 08:27:13 +0000 (13:57 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 16 Mar 2020 11:40:36 +0000 (12:40 +0100)
commitaff7665dc64b60c1f93d6e52fde297ae6b8999ae
treef45e243128959e29fca92d2683d5b5fddc41c9ef
parentb34677b0999a7c0de45e57b780508c14cb438ed8
clocksource/drivers/timer-ti-dm: Do not update counter on updating the period

Write to trigger register(OMAP_TIMER_TRIGGER_REG) will load the value
in Load register(OMAP_TIMER_LOAD_REG) into Counter register
(OMAP_TIMER_COUNTER_REG).

omap_dm_timer_set_load() writes into trigger register every time load
register is updated. When timer is configured in pwm mode, this causes
disruption in current pwm cycle, which is not expected especially when
pwm is used as PPS signal for synchronized PTP clocks. So do not write
into trigger register on updating the period.

Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200305082715.15861-5-lokeshvutla@ti.com
drivers/clocksource/timer-ti-dm.c