commit | 7b0c1c59ba47762feebb5a3b222cd5665a0d00ff | [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 | ecdf074b5fbb2c5c1ea430cb21a24e6ae0fda7b3 [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>