mbox series

[0/2] timer: sti: mimic Linux declaration and usage

Message ID 20200308132057.256-1-nicolas.heemeryck@gmail.com
Headers show
Series timer: sti: mimic Linux declaration and usage | expand

Message

Nicolas Heemeryck March 8, 2020, 1:20 p.m. UTC
This series update the sti-timer for cortex-a9 CPU (arm global timer) to mimic
the behavior presents in Linux.
Therefor, the same device tree node can be use for U-Boot and Linux.

Nicolas Heemeryck (2):
  timer: sti: convert to livetree
  timer: sti: use clk API to get timer clock rate

 drivers/timer/sti-timer.c | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)