Skip to content

Commit

Permalink
intel_apl_adsp: increase ticks per second
Browse files Browse the repository at this point in the history
When scheduling works, SOF requires delays in microsecond range.
So increase the number of ticks per second to 1 tick per
10 microseconds (instead of 1 tick per 1us to avoid too many
interrupts per second).

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung authored and finikorg committed Aug 26, 2019
1 parent 9dc2da3 commit 1f03148
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions soc/xtensa/intel_apl_adsp/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ config 2ND_LEVEL_INTERRUPTS
config DYNAMIC_INTERRUPTS
default y

# Work queues in SOF needs microsecond delays.
# 100000 = 10us per tick
config SYS_CLOCK_TICKS_PER_SEC
default 100000

endif

endif

0 comments on commit 1f03148

Please sign in to comment.