commit | 1e20f571441020329775e1f7766f104bfafae7aa | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Fri Mar 11 21:23:21 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 04 19:02:04 2022 -0400 |
tree | 88a6d64b06998d202280703f31da6c4d47db220f | |
parent | cf13851be937b3995dca836c431131a12b54211d [diff] |
configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider On arm64 systems, recommendation is to use per-cpu timer for time keeping. Currently AM64 ends up using DM timer as tick timer as driver is enabled in the config. Drop OMAP DM Timer related configs, this will switch to using armv8 per-cpu timer as tick timer for A53 SPL/U-Boot. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-By: Nishanth Menon <nm@ti.com>