commit | 057b613990d1665d1d2936655a1aca1962126800 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Sat Jan 04 18:45:15 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 17:47:56 2020 -0500 |
tree | 587762fe47ec79ca83c37b4ce178efca6b5988d4 | |
parent | c82216803d50014814350e6adce695ea699e6999 [diff] |
timer: Add driver for Nomadik Multi Timer Unit (MTU) The Nomadik Multi Timer Unit (MTU) provides 4 decrementing free-running timers. It is used in ST-Ericsson Ux500 SoCs. The driver uses the first timer to implement UCLASS_TIMER. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>