fu.wei@linaro.org wrote:
Some devices get clock from system counter, like SBSA watchdog driver. They may need to get system counter rate.
We don't need this patch. The watchdog driver can use arch_timer_get_cntfrq() instead of arch_timer_get_rate(). There's nothing wrong with arch_timer_get_cntfrq() since the SBSA driver is intended only for ARM64 server systems, and arch_timer_get_cntfrq() is always defined for such systems.