commit | 197b00e4c19d1f312ec3796939a092608d608e71 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Jun 11 12:03:15 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 07 18:23:48 2020 -0400 |
tree | c0de2040da1d9deaa508c33c6a7dc5cceb743bf9 | |
parent | ea9a22d474c047ebada34c68325197506e2c1c48 [diff] |
arm: vexpress64: Fix counter frequency The arch timer on 64-bit Arm Ltd. platforms is driven by a 24 MHz crystal oscillator, so the frequency is not 25165824 MHz, as the current code suggests. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>