Re: [PATCH 1/3] timer: add SP804 UCLASS timer driver

2022-11-03 Thread Tom Rini
On Thu, Oct 20, 2022 at 11:10:23PM +0100, Andre Przywara wrote: > The "Arm Ltd. Dual-Timer Module (SP804)" is a simple 32-bit count-down > timer IP with interrupt functionality, and is used in some SoCs from > various vendors. > > Add a simple DM compliant timer driver, to allow users of the

[PATCH 1/3] timer: add SP804 UCLASS timer driver

2022-10-20 Thread Andre Przywara
The "Arm Ltd. Dual-Timer Module (SP804)" is a simple 32-bit count-down timer IP with interrupt functionality, and is used in some SoCs from various vendors. Add a simple DM compliant timer driver, to allow users of the SP804 to switch to DM_TIMER. This relies on the input clock to be accessible