diff options
| author | Keerthy <j-keerthy@ti.com> | 2018-08-02 02:35:16 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2018-08-02 07:35:08 -0400 |
| commit | c77aee71bbc67c4b0e56f4ce10406b85d4c929c1 (patch) | |
| tree | 239e71c1b00a28c2a76dd1c536847362e1dca05e /drivers/clocksource | |
| parent | 363e934d8811d799c88faffc5bfca782fd728334 (diff) | |
clocksource: ti-32k: Remove CLOCK_SOURCE_SUSPEND_NONSTOP flag
Since commit 39232ed5a179 ("time: Introduce one suspend clocksource to
compensate the suspend time") suspend/resume fails on AM437x platforms as
the clocksource actually stops in suspend.
Hence remove the CLOCK_SOURCE_SUSPEND_NONSTOP flag.
Suggested-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: <daniel.lezcano@linaro.org>
Cc: <linux-omap@vger.kernel.org>
Cc: <baolin.wang@linaro.org>
Cc: <d-gerlach@ti.com>
Cc: <tony@atomide.com>
Cc: <t-kristo@ti.com>
Link: https://lkml.kernel.org/r/1533191716-20476-1-git-send-email-j-keerthy@ti.com
Diffstat (limited to 'drivers/clocksource')
| -rw-r--r-- | drivers/clocksource/timer-ti-32k.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-ti-32k.c b/drivers/clocksource/timer-ti-32k.c index 880a861ab3c8..29e2e1a78a43 100644 --- a/drivers/clocksource/timer-ti-32k.c +++ b/drivers/clocksource/timer-ti-32k.c | |||
| @@ -78,8 +78,7 @@ static struct ti_32k ti_32k_timer = { | |||
| 78 | .rating = 250, | 78 | .rating = 250, |
| 79 | .read = ti_32k_read_cycles, | 79 | .read = ti_32k_read_cycles, |
| 80 | .mask = CLOCKSOURCE_MASK(32), | 80 | .mask = CLOCKSOURCE_MASK(32), |
| 81 | .flags = CLOCK_SOURCE_IS_CONTINUOUS | | 81 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
| 82 | CLOCK_SOURCE_SUSPEND_NONSTOP, | ||
| 83 | }, | 82 | }, |
| 84 | }; | 83 | }; |
| 85 | 84 | ||
