From patchwork Sun Mar 8 13:20:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Heemeryck X-Patchwork-Id: 243370 List-Id: U-Boot discussion From: nicolas.heemeryck at gmail.com (Nicolas Heemeryck) Date: Sun, 8 Mar 2020 14:20:55 +0100 Subject: [PATCH 0/2] timer: sti: mimic Linux declaration and usage Message-ID: <20200308132057.256-1-nicolas.heemeryck@gmail.com> 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(-)