soc: bflb: fix bl60x using wrong mtime freq
use new timebase-frequency to fix the timebase of this SoC Signed-off-by: Camille BAUD <mail@massdriver.space>
This commit is contained in:
parent
d03b7ffdbb
commit
eb06f11a8f
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
if SOC_FAMILY_BFLB
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
|
||||
default $(dt_node_int_prop_int,/cpus,timebase-frequency)
|
||||
|
||||
rsource "*/Kconfig.defconfig"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue