From: Stephan Gerhold Date: Mon, 7 Apr 2025 16:59:29 +0000 (+0200) Subject: board: dragonboard410c: Fix counter frequency X-Git-Tag: v2025.07-rc1~78^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68ef4484f6aebfb3c0d4fc8a5ced05d8b09b8a7;p=pandora-u-boot.git board: dragonboard410c: Fix counter frequency 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 Reviewed-by: Neil Armstrong Reviewed-by: Link: https://lore.kernel.org/r/20250407-db410c-fixes-v1-8-524aefbc8bb4@linaro.org Signed-off-by: Caleb Connolly --- diff --git a/configs/dragonboard410c_defconfig b/configs/dragonboard410c_defconfig index 5870aae83b4..b7f284b4fa2 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