Skip to content

Commit 2f40474

Browse files
LaurentiuM1234nashif
authored andcommitted
nxp: imx8ulp: correct value of CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC
The core clock of 8ULP's HIFI4 DSP runs at 475.2MHz. As such, correct the value of `CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC` to reflect this. Signed-off-by: Laurentiu Mihalcea <[email protected]>
1 parent ca147ff commit 2f40474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nxp/imx/imx8ulp/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if SOC_SERIES_IMX8ULP
66
if SOC_MIMX8ULP_ADSP
77

88
config SYS_CLOCK_HW_CYCLES_PER_SEC
9-
default 528000000
9+
default 475200000
1010

1111
config SYS_CLOCK_TICKS_PER_SEC
1212
default 50000

0 commit comments

Comments
 (0)