[PATCH] config: versal2: Update timer clock to 100Mhz

Michal Simek michal.simek at amd.com
Tue Jul 8 15:00:54 CEST 2025



On 7/4/25 11:09, Venkatesh Yadav Abbarapu wrote:
> 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 at amd.com>
> ---
>   configs/amd_versal2_virt_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig
> index 15ac0211828..052d637649e 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

Applied.
M


More information about the U-Boot mailing list