From: Venkatesh Yadav Abbarapu Date: Fri, 4 Jul 2025 09:09:20 +0000 (+0530) Subject: config: versal2: Update timer clock to 100Mhz X-Git-Tag: v2025.10-rc1~131^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28fe6ea6e5744e008247ed5171ac25373e6863ce;p=thirdparty%2Fu-boot.git config: versal2: Update timer clock to 100Mhz U-Boot timer clock is not updated when it is migrated from emulator to silicon. Update CONFIG_COUNTER_FREQUENCY to 100Mhz. Signed-off-by: Venkatesh Yadav Abbarapu Link: https://lore.kernel.org/r/20250704090920.678557-1-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek --- diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig index 4ac394c8f37..062cae70eb0 100644 --- a/configs/amd_versal2_virt_defconfig +++ b/configs/amd_versal2_virt_defconfig @@ -1,5 +1,5 @@ CONFIG_ARM=y -CONFIG_COUNTER_FREQUENCY=375000 +CONFIG_COUNTER_FREQUENCY=100000000 CONFIG_POSITION_INDEPENDENT=y CONFIG_SYS_INIT_SP_BSS_OFFSET=1572864 CONFIG_ARCH_VERSAL2=y