soc/mediatek/mtk_adsp: Set XTENSA_CCOUNT_HZ

This got missed. Set it correctly for hygiene, though very few things
use it. There is a spot in SOF where it's helpful to have a number for
"fasted cpu clock rate" and this is the best candidate.

Signed-off-by: Andy Ross <andyross@google.com>
This commit is contained in:
Andy Ross 2024-11-24 09:38:00 -08:00 committed by Benjamin Cabé
commit 4d6655983c

View file

@ -36,6 +36,12 @@ config MTK_ADSP_TIMER
config XTENSA_TIMER
default n
config XTENSA_CCOUNT_HZ
default 720000000 if SOC_MT8195
default 400000000 if SOC_MT8186
default 800000000 if SOC_MT8188
default 800000000 if SOC_MT8196
config SYS_CLOCK_HW_CYCLES_PER_SEC
default $(dt_node_int_prop_int,$(dt_nodelabel_path,ostimer64),freq-hz)