Merge 5.19-rc3 into staging-next
[linux-2.6-microblaze.git] / drivers / clocksource / timer-riscv.c
index 1767f8b..593d5a9 100644 (file)
@@ -34,7 +34,7 @@ static int riscv_clock_next_event(unsigned long delta,
 static unsigned int riscv_clock_event_irq;
 static DEFINE_PER_CPU(struct clock_event_device, riscv_clock_event) = {
        .name                   = "riscv_timer_clockevent",
-       .features               = CLOCK_EVT_FEAT_ONESHOT,
+       .features               = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_C3STOP,
        .rating                 = 100,
        .set_next_event         = riscv_clock_next_event,
 };