[PATCH 08/13] board: dragonboard410c: Fix counter frequency

Neil Armstrong neil.armstrong at linaro.org
Mon Apr 7 20:08:47 CEST 2025


On 07/04/2025 18:59, Stephan Gerhold wrote:
> The actual counter frequency is 19.2 MHz, not 19.0 MHz. This isn't really
> used so far though, since probably no one (except me) ever tried using
> U-Boot in EL3 where we need to program the counter frequency.
> 
> Signed-off-by: Stephan Gerhold <stephan.gerhold at linaro.org>
> ---
>   configs/dragonboard410c_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig
> index 5870aae83b4fc8d6897eb0f18cc4eb153d299c11..b7f284b4fa2812c60804126362b61164135adeeb 100644
> --- a/configs/dragonboard410c_defconfig
> +++ b/configs/dragonboard410c_defconfig
> @@ -1,6 +1,6 @@
>   CONFIG_ARM=y
>   CONFIG_SYS_BOARD="dragonboard410c"
> -CONFIG_COUNTER_FREQUENCY=19000000
> +CONFIG_COUNTER_FREQUENCY=19200000
>   CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y
>   CONFIG_ARCH_SNAPDRAGON=y
>   CONFIG_TEXT_BASE=0x8f600000
> 

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list