Re: [PATCH v2 1/3] timer: atmel_tcb_timer: add atmel_tcb driver

2022-03-03 Thread Clément Léger
Le Thu, 3 Mar 2022 09:31:14 +, a écrit : > Hello Clement, > > Thank you for your patch. > > On 2/2/22 4:42 PM, Clément Léger wrote: > > Add a driver for the timer counter block that can be found on sama5d2. > > This driver will be used when booting under OP-TEE since the pit timer > > which

[PATCH v2 1/3] timer: atmel_tcb_timer: add atmel_tcb driver

2022-02-02 Thread Clément Léger
Add a driver for the timer counter block that can be found on sama5d2. This driver will be used when booting under OP-TEE since the pit timer which is part of the SYSC is secured. Channel 1 & 2 are configured to be chained together which allows to have a 64bits counter. Signed-off-by: Clément Lége