configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 11 Mar 2022 15:53:21 +0000 (21:23 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
commit1e20f571441020329775e1f7766f104bfafae7aa
tree88a6d64b06998d202280703f31da6c4d47db220f
parentcf13851be937b3995dca836c431131a12b54211d
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>
configs/am64x_evm_a53_defconfig