Re: [PATCH v2 1/2] configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider

2022-04-05 Thread Tom Rini
On Fri, Mar 11, 2022 at 09:23:21PM +0530, Vignesh Raghavendra wrote: > 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

Re: [PATCH v2 1/2] configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider

2022-03-18 Thread Nishanth Menon
On 21:23-20220311, Vignesh Raghavendra wrote: > 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

[PATCH v2 1/2] configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider

2022-03-11 Thread Vignesh Raghavendra
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: