summaryrefslogtreecommitdiff
path: root/chip/ish/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/hwtimer.c')
-rw-r--r--chip/ish/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/hwtimer.c b/chip/ish/hwtimer.c
index 314af12693..1259dae7f4 100644
--- a/chip/ish/hwtimer.c
+++ b/chip/ish/hwtimer.c
@@ -258,7 +258,7 @@ int __hw_clock_source_init64(uint64_t start_t)
HPET_TIMER_CONF_CAP(1) |= timer1_config;
/* Enable HPET */
- HPET_GENERAL_CONFIG |= HPET_ENABLE_CNF;
+ HPET_GENERAL_CONFIG |= (HPET_ENABLE_CNF | HPET_LEGACY_RT_CNF);
/* Return IRQ value for OS event timer */
return ISH_HPET_TIMER1_IRQ;