Re: [PATCH] timer-uclass: Always use "clock-frequency" property as fallback

2023-11-29 Thread Tom Rini
On Tue, Nov 14, 2023 at 10:11:27PM +0100, Alex Bee wrote: > Currently the "clock-frequency" DT property is only being considered as an > fallback if either there is no clock driver, the clock driver implements > the request-op correctly or there is no clock defined for the timer at all. > > This

[PATCH] timer-uclass: Always use "clock-frequency" property as fallback

2023-11-14 Thread Alex Bee
Currently the "clock-frequency" DT property is only being considered as an fallback if either there is no clock driver, the clock driver implements the request-op correctly or there is no clock defined for the timer at all. This patch makes "clock-frequency" also being picked as a fallback if gett