summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenkatesh Yadav Abbarapu <[email protected]>2025-07-04 14:39:20 +0530
committerMichal Simek <[email protected]>2025-07-08 14:58:44 +0200
commit28fe6ea6e5744e008247ed5171ac25373e6863ce (patch)
tree393a8f17ee2c5583d51b183583c00e3daef91acc
parent22add070a494f0acf2038d6677d4ba96a047a38c (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
-rw-r--r--configs/amd_versal2_virt_defconfig2
1 files changed, 1 insertions, 1 deletions
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