commit | 8bb8148c78317e9360a21a0e69a58be6862adb07 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sun Aug 05 22:37:55 2012 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Aug 06 19:55:32 2012 +0200 |
tree | 002cc91bc3286d757d8b0ed990a99ebefa4250d3 | |
parent | 1b984fbe0f21711975f80667f7e8b240e7848fd7 [diff] |
ARM: integrator: use clk_prepare_enable() for timer The Integrator timer is using the clock framework to get the timer frequency, but missed to prepare the clock before enabling. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>