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:
parent
da35377256
commit
4d6655983c
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ config MTK_ADSP_TIMER
|
||||||
config XTENSA_TIMER
|
config XTENSA_TIMER
|
||||||
default n
|
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
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default $(dt_node_int_prop_int,$(dt_nodelabel_path,ostimer64),freq-hz)
|
default $(dt_node_int_prop_int,$(dt_nodelabel_path,ostimer64),freq-hz)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue