Re: [PATCH] xilinx: versal-net: Add support for timer and start it

2023-01-16 Thread Michal Simek
On 1/10/23 08:44, Michal Simek wrote: From: Ashok Reddy Soma Add support for starting timer by setting up time stamp generator registers. This is done only for EL3 i.e. mini U-Boot case. For other cases, it will be done TF-A. Add COUNTER_FREQUENCY and IOU_SWITCH_DIVISOR0 to Kconfig so that

[PATCH] xilinx: versal-net: Add support for timer and start it

2023-01-09 Thread Michal Simek
From: Ashok Reddy Soma Add support for starting timer by setting up time stamp generator registers. This is done only for EL3 i.e. mini U-Boot case. For other cases, it will be done TF-A. Add COUNTER_FREQUENCY and IOU_SWITCH_DIVISOR0 to Kconfig so that they can be tuned as required. Signed-off-