]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
config: versal2: Update timer clock to 100Mhz
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Fri, 4 Jul 2025 09:09:20 +0000 (14:39 +0530)
committerMichal Simek <michal.simek@amd.com>
Tue, 8 Jul 2025 12:58:44 +0000 (14:58 +0200)
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 <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20250704090920.678557-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
configs/amd_versal2_virt_defconfig

index 4ac394c8f373c09fc594f7236855388d266c4f54..062cae70eb0c7315d967f10489a7eb3e00e09875 100644 (file)
@@ -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