mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
9d325f2341
The S3C64XX timer is running at the wrong rate due to the assumptions made in the timer initialisation about the way the pwm dividers work. This means that time on the S3C64XX runs twice as fast as it should. Fix the problem by moving to using the clk framework to setup the pwm timer clock muxes, as the pwm-clock code has all the necessary knowledge of how the timer clock inputs are routed. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |
||
---|---|---|
.. | ||
include | ||
clock.c | ||
init.c | ||
Kconfig | ||
Makefile | ||
pwm-clock.c | ||
time.c |